Html Css Color HEX #B24940 Chestnut

📋 copy color: '#B24940'

red 178 ◦ green 73 ◦ blue 64

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

Shades of Chestnut #B24940

Tints of Chestnut #B24940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

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

R = 56.51%
G = 23.17%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B24940 (or 0xB24940) is known color: Chestnut. HEX triplet: B2, 49 and 40. RGB value is (178,73,64). Sum of RGB (Red+Green+Blue) = 178+73+64=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B24940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24940 is #4DB6BF. Grayscale: #676767. Windows color (decimal): -5093056 or 4213170. OLE color: 4213170.

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

Color convert

RGB 178 73 64 -
CMYK 0 0.59 0.64 0.30
HSL 4.74º 0.47% 0.47% -
HSV(B) 4.74º 0.64% 0.7% -
XYZ 21.67 14.6 6.53 -
YUV 103.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 178 73 64 0 0.59 0.64 0.30 4.74 0.47 0.47
Hex B2 49 40 0 3B 40 1E 5 2F 2F
Octal 262 111 100 0 73 100 36 5 57 57
Binary 10110010 1001001 1000000 0 111011 1000000 11110 101 101111 101111

Color Harmonies of #B24940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24940

Black with #B24940

Text Example


Text Example

White with #B24940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24940; }

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

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

background-color css

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

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

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

border-color css

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

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

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