Html Css Color HEX #B44641 Chestnut

📋 copy color: '#B44641'

red 180 ◦ green 70 ◦ blue 65

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

Shades of Chestnut #B44641

Tints of Chestnut #B44641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.22%

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 57.14%
G = 22.22%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B44641 (or 0xB44641) is known color: Chestnut. HEX triplet: B4, 46 and 41. RGB value is (180,70,65). Sum of RGB (Red+Green+Blue) = 180+70+65=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B44641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44641 is #4BB9BE. Grayscale: #666666. Windows color (decimal): -4962751 or 4277940. OLE color: 4277940.

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

Color convert

RGB 180 70 65 -
CMYK 0 0.61 0.64 0.29
HSL 2.61º 0.47% 0.48% -
HSV(B) 2.61º 0.64% 0.71% -
XYZ 21.97 14.47 6.64 -
YUV 102.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 180 70 65 0 0.61 0.64 0.29 2.61 0.47 0.48
Hex B4 46 41 0 3D 40 1D 3 2F 30
Octal 264 106 101 0 75 100 35 3 57 60
Binary 10110100 1000110 1000001 0 111101 1000000 11101 11 101111 110000

Color Harmonies of #B44641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44641

Black with #B44641

Text Example


Text Example

White with #B44641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44641; }

 p { color: rgb(180,70,65); }

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

background-color css

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

 a { background-color: rgb(180,70,65); }

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

border-color css

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

 span { border-color: rgb(180,70,65); }

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