Html Css Color HEX #B24D42 Chestnut

📋 copy color: '#B24D42'

red 178 ◦ green 77 ◦ blue 66

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

Shades of Chestnut #B24D42

Tints of Chestnut #B24D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

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

R = 55.45%
G = 23.99%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24D42 (or 0xB24D42) is known color: Chestnut. HEX triplet: B2, 4D and 42. RGB value is (178,77,66). Sum of RGB (Red+Green+Blue) = 178+77+66=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24D42 is #4DB2BD. Grayscale: #6A6A6A. Windows color (decimal): -5092030 or 4345266. OLE color: 4345266.

HSL color Cylindrical-coordinate representation of color #B24D42: hue angle of 5.89º 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 #B24D42 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 77 66 -
CMYK 0 0.57 0.63 0.30
HSL 5.89º 0.46% 0.48% -
HSV(B) 5.89º 0.63% 0.7% -
XYZ 22 15.17 6.92 -
YUV 105.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 178 77 66 0 0.57 0.63 0.30 5.89 0.46 0.48
Hex B2 4D 42 0 39 3F 1E 6 2E 30
Octal 262 115 102 0 71 77 36 6 56 60
Binary 10110010 1001101 1000010 0 111001 111111 11110 110 101110 110000

Color Harmonies of #B24D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D42

Black with #B24D42

Text Example


Text Example

White with #B24D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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