Html Css Color HEX #B04343 Chestnut

📋 copy color: '#B04343'

red 176 ◦ green 67 ◦ blue 67

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

Shades of Chestnut #B04343

Tints of Chestnut #B04343

RGB

 RED value IS 176 (69.14% from 255) = 56.77%

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

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 56.77%
G = 21.61%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B04343 (or 0xB04343) is known color: Chestnut. HEX triplet: B0, 43 and 43. RGB value is (176,67,67). Sum of RGB (Red+Green+Blue) = 176+67+67=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B04343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04343 is #4FBCBC. Grayscale: #636363. Windows color (decimal): -5225661 or 4408240. OLE color: 4408240.

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

Color convert

RGB 176 67 67 -
CMYK 0 0.62 0.62 0.31
HSL 0.45% 0.48% -
HSV(B) 0.62% 0.69% -
XYZ 20.92 13.65 6.84 -
YUV 99.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 176 67 67 0 0.62 0.62 0.31 0 0.45 0.48
Hex B0 43 43 0 3E 3E 1F 0 2D 30
Octal 260 103 103 0 76 76 37 0 55 60
Binary 10110000 1000011 1000011 0 111110 111110 11111 0 101101 110000

Color Harmonies of #B04343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04343

Black with #B04343

Text Example


Text Example

White with #B04343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04343; }

 p { color: rgb(176,67,67); }

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

background-color css

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

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

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

border-color css

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

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

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