Html Css Color HEX #B44341 Chestnut

📋 copy color: '#B44341'

red 180 ◦ green 67 ◦ blue 65

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

Shades of Chestnut #B44341

Tints of Chestnut #B44341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

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

R = 57.69%
G = 21.47%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B44341 (or 0xB44341) is known color: Chestnut. HEX triplet: B4, 43 and 41. RGB value is (180,67,65). Sum of RGB (Red+Green+Blue) = 180+67+65=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B44341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44341 is #4BBCBE. Grayscale: #646464. Windows color (decimal): -4963519 or 4277172. OLE color: 4277172.

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

Color convert

RGB 180 67 65 -
CMYK 0 0.63 0.64 0.29
HSL 1.04º 0.47% 0.48% -
HSV(B) 1.04º 0.64% 0.71% -
XYZ 21.78 14.1 6.57 -
YUV 100.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 180 67 65 0 0.63 0.64 0.29 1.04 0.47 0.48
Hex B4 43 41 0 3F 40 1D 1 2F 30
Octal 264 103 101 0 77 100 35 1 57 60
Binary 10110100 1000011 1000001 0 111111 1000000 11101 1 101111 110000

Color Harmonies of #B44341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44341

Black with #B44341

Text Example


Text Example

White with #B44341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44341; }

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

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

background-color css

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

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

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

border-color css

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

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

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