Html Css Color HEX #B64539 Medium Carmine

📋 copy color: '#B64539'

red 182 ◦ green 69 ◦ blue 57

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

Shades of Medium Carmine #B64539

Tints of Medium Carmine #B64539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 59.09%
G = 22.4%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B64539 (or 0xB64539) is known color: Medium Carmine. HEX triplet: B6, 45 and 39. RGB value is (182,69,57). Sum of RGB (Red+Green+Blue) = 182+69+57=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B64539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64539 is #49BAC6. Grayscale: #656565. Windows color (decimal): -4831943 or 3753398. OLE color: 3753398.

HSL color Cylindrical-coordinate representation of color #B64539: hue angle of 5.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64539 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 69 57 -
CMYK 0 0.62 0.69 0.29
HSL 5.76º 0.52% 0.47% -
HSV(B) 5.76º 0.69% 0.71% -
XYZ 22.16 14.5 5.5 -
YUV 101.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 182 69 57 0 0.62 0.69 0.29 5.76 0.52 0.47
Hex B6 45 39 0 3E 45 1D 6 34 2F
Octal 266 105 71 0 76 105 35 6 64 57
Binary 10110110 1000101 111001 0 111110 1000101 11101 110 110100 101111

Color Harmonies of #B64539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64539

Black with #B64539

Text Example


Text Example

White with #B64539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64539; }

 p { color: rgb(182,69,57); }

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

background-color css

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

 a { background-color: rgb(182,69,57); }

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

border-color css

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

 span { border-color: rgb(182,69,57); }

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