Html Css Color HEX #B24B42 Chestnut

📋 copy color: '#B24B42'

red 178 ◦ green 75 ◦ blue 66

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

Shades of Chestnut #B24B42

Tints of Chestnut #B24B42

RGB

 RED value IS 178 (69.92% from 255) = 55.8%

 GREEN value IS 75 (29.69% from 255) = 23.51%

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 55.8%
G = 23.51%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24B42 (or 0xB24B42) is known color: Chestnut. HEX triplet: B2, 4B and 42. RGB value is (178,75,66). Sum of RGB (Red+Green+Blue) = 178+75+66=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B42 is #4DB4BD. Grayscale: #686868. Windows color (decimal): -5092542 or 4344754. OLE color: 4344754.

HSL color Cylindrical-coordinate representation of color #B24B42: hue angle of 4.82º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24B42 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 75 66 -
CMYK 0 0.58 0.63 0.30
HSL 4.82º 0.46% 0.48% -
HSV(B) 4.82º 0.63% 0.7% -
XYZ 21.86 14.89 6.88 -
YUV 104.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 178 75 66 0 0.58 0.63 0.30 4.82 0.46 0.48
Hex B2 4B 42 0 3A 3F 1E 5 2E 30
Octal 262 113 102 0 72 77 36 5 56 60
Binary 10110010 1001011 1000010 0 111010 111111 11110 101 101110 110000

Color Harmonies of #B24B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B42

Black with #B24B42

Text Example


Text Example

White with #B24B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B42; }

 p { color: rgb(178,75,66); }

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

background-color css

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

 a { background-color: rgb(178,75,66); }

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

border-color css

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

 span { border-color: rgb(178,75,66); }

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