Html Css Color HEX #B54242 Chestnut

📋 copy color: '#B54242'

red 181 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #B54242

Tints of Chestnut #B54242

RGB

 RED value IS 181 (71.09% from 255) = 57.83%

 GREEN value IS 66 (26.17% from 255) = 21.09%

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

R = 57.83%
G = 21.09%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B54242 (or 0xB54242) is known color: Chestnut. HEX triplet: B5, 42 and 42. RGB value is (181,66,66). Sum of RGB (Red+Green+Blue) = 181+66+66=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B54242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54242 is #4ABDBD. Grayscale: #646464. Windows color (decimal): -4898238 or 4342453. OLE color: 4342453.

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

Color convert

RGB 181 66 66 -
CMYK 0 0.64 0.64 0.29
HSL 0.47% 0.48% -
HSV(B) 0.64% 0.71% -
XYZ 21.99 14.11 6.72 -
YUV 100.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 181 66 66 0 0.64 0.64 0.29 0 0.47 0.48
Hex B5 42 42 0 40 40 1D 0 2F 30
Octal 265 102 102 0 100 100 35 0 57 60
Binary 10110101 1000010 1000010 0 1000000 1000000 11101 0 101111 110000

Color Harmonies of #B54242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54242

Black with #B54242

Text Example


Text Example

White with #B54242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54242; }

 p { color: rgb(181,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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