Html Css Color HEX #B64240 Medium Carmine

📋 copy color: '#B64240'

red 182 ◦ green 66 ◦ blue 64

#B64240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B64240

Tints of Medium Carmine #B64240

RGB

 RED value IS 182 (71.48% from 255) = 58.33%

 GREEN value IS 66 (26.17% from 255) = 21.15%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 58.33%
G = 21.15%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B64240 (or 0xB64240) is known color: Medium Carmine. HEX triplet: B6, 42 and 40. RGB value is (182,66,64). Sum of RGB (Red+Green+Blue) = 182+66+64=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B64240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64240 is #49BDBF. Grayscale: #646464. Windows color (decimal): -4832704 or 4211382. OLE color: 4211382.

HSL color Cylindrical-coordinate representation of color #B64240: hue angle of 1.02º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64240 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 64 -
CMYK 0 0.64 0.65 0.29
HSL 1.02º 0.48% 0.48% -
HSV(B) 1.02º 0.65% 0.71% -
XYZ 22.17 14.21 6.43 -
YUV 100.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 182 66 64 0 0.64 0.65 0.29 1.02 0.48 0.48
Hex B6 42 40 0 40 41 1D 1 30 30
Octal 266 102 100 0 100 101 35 1 60 60
Binary 10110110 1000010 1000000 0 1000000 1000001 11101 1 110000 110000

Color Harmonies of #B64240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64240

Black with #B64240

Text Example


Text Example

White with #B64240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64240; }

 p { color: rgb(182,66,64); }

 H1.HeaderClassName
 {
   color: #B64240;
 }
 .AnyTagClassName
 {
   color: #B64240;
 }
</style>

background-color css

<style>
 a { background-color: #B64240; }

 a { background-color: rgb(182,66,64); }

 div.DivClassName
 {
   background-color: #B64240;
 }
 .BgClassName
 {
   background-color: #B64240;
 }
</style>

border-color css

<style>
 span { border-color: #B64240; }

 span { border-color: rgb(182,66,64); }

 td.TdClassName
 {
   border-color: #B64240;
 }
 .TagClassName
 {
   border-color: #B64240;
 }
</style>