Html Css Color HEX #B44542 Chestnut

📋 copy color: '#B44542'

red 180 ◦ green 69 ◦ blue 66

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

Shades of Chestnut #B44542

Tints of Chestnut #B44542

RGB

 RED value IS 180 (70.7% from 255) = 57.14%

 GREEN value IS 69 (27.34% from 255) = 21.9%

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

R = 57.14%
G = 21.9%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B44542 (or 0xB44542) is known color: Chestnut. HEX triplet: B4, 45 and 42. RGB value is (180,69,66). Sum of RGB (Red+Green+Blue) = 180+69+66=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B44542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44542 is #4BBABD. Grayscale: #656565. Windows color (decimal): -4963006 or 4343220. OLE color: 4343220.

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

Color convert

RGB 180 69 66 -
CMYK 0 0.62 0.63 0.29
HSL 1.58º 0.46% 0.48% -
HSV(B) 1.58º 0.63% 0.71% -
XYZ 21.93 14.35 6.77 -
YUV 101.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 180 69 66 0 0.62 0.63 0.29 1.58 0.46 0.48
Hex B4 45 42 0 3E 3F 1D 2 2E 30
Octal 264 105 102 0 76 77 35 2 56 60
Binary 10110100 1000101 1000010 0 111110 111111 11101 10 101110 110000

Color Harmonies of #B44542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44542

Black with #B44542

Text Example


Text Example

White with #B44542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44542; }

 p { color: rgb(180,69,66); }

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

background-color css

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

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

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

border-color css

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

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

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