Html Css Color HEX #B35353 Chestnut

📋 copy color: '#B35353'

red 179 ◦ green 83 ◦ blue 83

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

Shades of Chestnut #B35353

Tints of Chestnut #B35353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 51.88%
G = 24.06%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B35353 (or 0xB35353) is known color: Chestnut. HEX triplet: B3, 53 and 53. RGB value is (179,83,83). Sum of RGB (Red+Green+Blue) = 179+83+83=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B35353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35353 is #4CACAC. Grayscale: #6F6F6F. Windows color (decimal): -5024941 or 5460915. OLE color: 5460915.

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

Color convert

RGB 179 83 83 -
CMYK 0 0.54 0.54 0.30
HSL 0.39% 0.51% -
HSV(B) 0.54% 0.7% -
XYZ 23.25 16.39 10.12 -
YUV 111.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 179 83 83 0 0.54 0.54 0.30 0 0.39 0.51
Hex B3 53 53 0 36 36 1E 0 27 33
Octal 263 123 123 0 66 66 36 0 47 63
Binary 10110011 1010011 1010011 0 110110 110110 11110 0 100111 110011

Color Harmonies of #B35353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35353

Black with #B35353

Text Example


Text Example

White with #B35353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35353; }

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

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

background-color css

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

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

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

border-color css

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

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

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