Html Css Color HEX #B24A49 Chestnut

📋 copy color: '#B24A49'

red 178 ◦ green 74 ◦ blue 73

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

Shades of Chestnut #B24A49

Tints of Chestnut #B24A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 54.77%
G = 22.77%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B24A49 (or 0xB24A49) is known color: Chestnut. HEX triplet: B2, 4A and 49. RGB value is (178,74,73). Sum of RGB (Red+Green+Blue) = 178+74+73=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A49 is #4DB5B6. Grayscale: #696969. Windows color (decimal): -5092791 or 4803250. OLE color: 4803250.

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

Color convert

RGB 178 74 73 -
CMYK 0 0.58 0.59 0.30
HSL 0.57º 0.42% 0.49% -
HSV(B) 0.57º 0.59% 0.7% -
XYZ 22.01 14.84 8.01 -
YUV 104.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 178 74 73 0 0.58 0.59 0.30 0.57 0.42 0.49
Hex B2 4A 49 0 3A 3B 1E 1 2A 31
Octal 262 112 111 0 72 73 36 1 52 61
Binary 10110010 1001010 1001001 0 111010 111011 11110 1 101010 110001

Color Harmonies of #B24A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A49

Black with #B24A49

Text Example


Text Example

White with #B24A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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