Html Css Color HEX #B34441 Chestnut

📋 copy color: '#B34441'

red 179 ◦ green 68 ◦ blue 65

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

Shades of Chestnut #B34441

Tints of Chestnut #B34441

RGB

 RED value IS 179 (70.31% from 255) = 57.37%

 GREEN value IS 68 (26.95% from 255) = 21.79%

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

R = 57.37%
G = 21.79%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34441 (or 0xB34441) is known color: Chestnut. HEX triplet: B3, 44 and 41. RGB value is (179,68,65). Sum of RGB (Red+Green+Blue) = 179+68+65=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B34441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34441 is #4CBBBE. Grayscale: #646464. Windows color (decimal): -5028799 or 4277427. OLE color: 4277427.

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

Color convert

RGB 179 68 65 -
CMYK 0 0.62 0.64 0.30
HSL 1.58º 0.47% 0.48% -
HSV(B) 1.58º 0.64% 0.7% -
XYZ 21.61 14.1 6.58 -
YUV 100.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 179 68 65 0 0.62 0.64 0.30 1.58 0.47 0.48
Hex B3 44 41 0 3E 40 1E 2 2F 30
Octal 263 104 101 0 76 100 36 2 57 60
Binary 10110011 1000100 1000001 0 111110 1000000 11110 10 101111 110000

Color Harmonies of #B34441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34441

Black with #B34441

Text Example


Text Example

White with #B34441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34441; }

 p { color: rgb(179,68,65); }

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

background-color css

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

 a { background-color: rgb(179,68,65); }

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

border-color css

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

 span { border-color: rgb(179,68,65); }

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