Html Css Color HEX #B64237 Medium Carmine

📋 copy color: '#B64237'

red 182 ◦ green 66 ◦ blue 55

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

Shades of Medium Carmine #B64237

Tints of Medium Carmine #B64237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 60.07%
G = 21.78%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B64237 (or 0xB64237) is known color: Medium Carmine. HEX triplet: B6, 42 and 37. RGB value is (182,66,55). Sum of RGB (Red+Green+Blue) = 182+66+55=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B64237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64237 is #49BDC8. Grayscale: #636363. Windows color (decimal): -4832713 or 3621558. OLE color: 3621558.

HSL color Cylindrical-coordinate representation of color #B64237: hue angle of 5.2º 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 #B64237 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 55 -
CMYK 0 0.64 0.70 0.29
HSL 5.2º 0.54% 0.46% -
HSV(B) 5.2º 0.7% 0.71% -
XYZ 21.93 14.12 5.18 -
YUV 99.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 182 66 55 0 0.64 0.70 0.29 5.2 0.54 0.46
Hex B6 42 37 0 40 46 1D 5 36 2E
Octal 266 102 67 0 100 106 35 5 66 56
Binary 10110110 1000010 110111 0 1000000 1000110 11101 101 110110 101110

Color Harmonies of #B64237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64237

Black with #B64237

Text Example


Text Example

White with #B64237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64237; }

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

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

background-color css

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

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

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

border-color css

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

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

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