Html Css Color HEX #B24A40 Chestnut

📋 copy color: '#B24A40'

red 178 ◦ green 74 ◦ blue 64

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

Shades of Chestnut #B24A40

Tints of Chestnut #B24A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 56.33%
G = 23.42%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B24A40 (or 0xB24A40) is known color: Chestnut. HEX triplet: B2, 4A and 40. RGB value is (178,74,64). Sum of RGB (Red+Green+Blue) = 178+74+64=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A40 is #4DB5BF. Grayscale: #686868. Windows color (decimal): -5092800 or 4213426. OLE color: 4213426.

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

Color convert

RGB 178 74 64 -
CMYK 0 0.58 0.64 0.30
HSL 5.26º 0.47% 0.47% -
HSV(B) 5.26º 0.64% 0.7% -
XYZ 21.73 14.73 6.55 -
YUV 103.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 178 74 64 0 0.58 0.64 0.30 5.26 0.47 0.47
Hex B2 4A 40 0 3A 40 1E 5 2F 2F
Octal 262 112 100 0 72 100 36 5 57 57
Binary 10110010 1001010 1000000 0 111010 1000000 11110 101 101111 101111

Color Harmonies of #B24A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A40

Black with #B24A40

Text Example


Text Example

White with #B24A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A40; }

 p { color: rgb(178,74,64); }

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

background-color css

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

 a { background-color: rgb(178,74,64); }

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

border-color css

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

 span { border-color: rgb(178,74,64); }

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