Html Css Color HEX #B64228 Medium Carmine

📋 copy color: '#B64228'

red 182 ◦ green 66 ◦ blue 40

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

Shades of Medium Carmine #B64228

Tints of Medium Carmine #B64228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 63.19%
G = 22.92%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B64228 (or 0xB64228) is known color: Medium Carmine. HEX triplet: B6, 42 and 28. RGB value is (182,66,40). Sum of RGB (Red+Green+Blue) = 182+66+40=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B64228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64228 is #49BDD7. Grayscale: #616161. Windows color (decimal): -4832728 or 2638518. OLE color: 2638518.

HSL color Cylindrical-coordinate representation of color #B64228: hue angle of 10.99º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B64228 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 40 -
CMYK 0 0.64 0.78 0.29
HSL 10.99º 0.64% 0.44% -
HSV(B) 10.99º 0.78% 0.71% -
XYZ 21.62 13.99 3.57 -
YUV 97.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 182 66 40 0 0.64 0.78 0.29 10.99 0.64 0.44
Hex B6 42 28 0 40 4E 1D B 40 2C
Octal 266 102 50 0 100 116 35 13 100 54
Binary 10110110 1000010 101000 0 1000000 1001110 11101 1011 1000000 101100

Color Harmonies of #B64228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64228

Black with #B64228

Text Example


Text Example

White with #B64228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64228; }

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

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

background-color css

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

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

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

border-color css

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

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

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