Html Css Color HEX #B44540 Chestnut

📋 copy color: '#B44540'

red 180 ◦ green 69 ◦ blue 64

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

Shades of Chestnut #B44540

Tints of Chestnut #B44540

RGB

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

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

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

R = 57.51%
G = 22.04%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B44540 (or 0xB44540) is known color: Chestnut. HEX triplet: B4, 45 and 40. RGB value is (180,69,64). Sum of RGB (Red+Green+Blue) = 180+69+64=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B44540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44540 is #4BBABF. Grayscale: #656565. Windows color (decimal): -4963008 or 4212148. OLE color: 4212148.

HSL color Cylindrical-coordinate representation of color #B44540: hue angle of 2.59º degrees, saturation: 0.48, 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 #B44540 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 69 64 -
CMYK 0 0.62 0.64 0.29
HSL 2.59º 0.48% 0.48% -
HSV(B) 2.59º 0.64% 0.71% -
XYZ 21.88 14.33 6.46 -
YUV 101.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 180 69 64 0 0.62 0.64 0.29 2.59 0.48 0.48
Hex B4 45 40 0 3E 40 1D 3 30 30
Octal 264 105 100 0 76 100 35 3 60 60
Binary 10110100 1000101 1000000 0 111110 1000000 11101 11 110000 110000

Color Harmonies of #B44540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44540

Black with #B44540

Text Example


Text Example

White with #B44540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44540; }

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

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

background-color css

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

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

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

border-color css

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

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

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