Html Css Color HEX #B34343 Chestnut

📋 copy color: '#B34343'

red 179 ◦ green 67 ◦ blue 67

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

Shades of Chestnut #B34343

Tints of Chestnut #B34343

RGB

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

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

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

R = 57.19%
G = 21.41%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B34343 (or 0xB34343) is known color: Chestnut. HEX triplet: B3, 43 and 43. RGB value is (179,67,67). Sum of RGB (Red+Green+Blue) = 179+67+67=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B34343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34343 is #4CBCBC. Grayscale: #646464. Windows color (decimal): -5029053 or 4408243. OLE color: 4408243.

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

Color convert

RGB 179 67 67 -
CMYK 0 0.63 0.63 0.30
HSL 0.46% 0.48% -
HSV(B) 0.63% 0.7% -
XYZ 21.61 14 6.87 -
YUV 100.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 179 67 67 0 0.63 0.63 0.30 0 0.46 0.48
Hex B3 43 43 0 3F 3F 1E 0 2E 30
Octal 263 103 103 0 77 77 36 0 56 60
Binary 10110011 1000011 1000011 0 111111 111111 11110 0 101110 110000

Color Harmonies of #B34343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34343

Black with #B34343

Text Example


Text Example

White with #B34343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34343; }

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

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

background-color css

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

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

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

border-color css

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

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

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