Html Css Color HEX #B64036 Medium Carmine

📋 copy color: '#B64036'

red 182 ◦ green 64 ◦ blue 54

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

Shades of Medium Carmine #B64036

Tints of Medium Carmine #B64036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 60.67%
G = 21.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B64036 (or 0xB64036) is known color: Medium Carmine. HEX triplet: B6, 40 and 36. RGB value is (182,64,54). Sum of RGB (Red+Green+Blue) = 182+64+54=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B64036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64036 is #49BFC9. Grayscale: #626262. Windows color (decimal): -4833226 or 3555510. OLE color: 3555510.

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

Color convert

RGB 182 64 54 -
CMYK 0 0.65 0.70 0.29
HSL 4.69º 0.54% 0.46% -
HSV(B) 4.69º 0.7% 0.71% -
XYZ 21.79 13.88 5.02 -
YUV 98.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 182 64 54 0 0.65 0.70 0.29 4.69 0.54 0.46
Hex B6 40 36 0 41 46 1D 5 36 2E
Octal 266 100 66 0 101 106 35 5 66 56
Binary 10110110 1000000 110110 0 1000001 1000110 11101 101 110110 101110

Color Harmonies of #B64036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64036

Black with #B64036

Text Example


Text Example

White with #B64036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64036; }

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

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

background-color css

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

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

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

border-color css

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

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

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