Html Css Color HEX #B64736 Medium Carmine

📋 copy color: '#B64736'

red 182 ◦ green 71 ◦ blue 54

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

Shades of Medium Carmine #B64736

Tints of Medium Carmine #B64736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 59.28%
G = 23.13%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B64736 (or 0xB64736) is known color: Medium Carmine. HEX triplet: B6, 47 and 36. RGB value is (182,71,54). Sum of RGB (Red+Green+Blue) = 182+71+54=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B64736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64736 is #49B8C9. Grayscale: #666666. Windows color (decimal): -4831434 or 3557302. OLE color: 3557302.

HSL color Cylindrical-coordinate representation of color #B64736: hue angle of 7.97º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64736 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 54 -
CMYK 0 0.61 0.70 0.29
HSL 7.97º 0.54% 0.46% -
HSV(B) 7.97º 0.7% 0.71% -
XYZ 22.21 14.72 5.16 -
YUV 102.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 182 71 54 0 0.61 0.70 0.29 7.97 0.54 0.46
Hex B6 47 36 0 3D 46 1D 8 36 2E
Octal 266 107 66 0 75 106 35 10 66 56
Binary 10110110 1000111 110110 0 111101 1000110 11101 1000 110110 101110

Color Harmonies of #B64736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64736

Black with #B64736

Text Example


Text Example

White with #B64736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64736; }

 p { color: rgb(182,71,54); }

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

background-color css

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

 a { background-color: rgb(182,71,54); }

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

border-color css

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

 span { border-color: rgb(182,71,54); }

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