Html Css Color HEX #B64636 Medium Carmine

📋 copy color: '#B64636'

red 182 ◦ green 70 ◦ blue 54

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

Shades of Medium Carmine #B64636

Tints of Medium Carmine #B64636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

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

R = 59.48%
G = 22.88%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B64636 (or 0xB64636) is known color: Medium Carmine. HEX triplet: B6, 46 and 36. RGB value is (182,70,54). Sum of RGB (Red+Green+Blue) = 182+70+54=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B64636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64636 is #49B9C9. Grayscale: #656565. Windows color (decimal): -4831690 or 3557046. OLE color: 3557046.

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

Color convert

RGB 182 70 54 -
CMYK 0 0.62 0.70 0.29
HSL 7.5º 0.54% 0.46% -
HSV(B) 7.5º 0.7% 0.71% -
XYZ 22.15 14.59 5.14 -
YUV 101.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 182 70 54 0 0.62 0.70 0.29 7.5 0.54 0.46
Hex B6 46 36 0 3E 46 1D 8 36 2E
Octal 266 106 66 0 76 106 35 10 66 56
Binary 10110110 1000110 110110 0 111110 1000110 11101 1000 110110 101110

Color Harmonies of #B64636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64636

Black with #B64636

Text Example


Text Example

White with #B64636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64636; }

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

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

background-color css

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

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

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

border-color css

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

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

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