#B35033

Color #B35033 Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #B35033

Tints of Red Stage #B35033

Color information

#B35033 (or 0xB35033) is unknown color: approx Red Stage. HEX triplet: B3, 50 and 33. RGB value is (179,80,51). Sum of RGB (Red+Green+Blue) = 179+80+51=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B35033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35033 is #4CAFCC. Grayscale: #6A6A6A. Windows color (decimal): -5025741 or 3362995. OLE color: 3362995.

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

Color convert

RGB1798051-
CMYK00.550.720.30
HSL13.59º55.65%45.1%-
HSV(B)13.59º71.51%70.2%-
XYZ22.0615.564.97-
YUV106.2996.8179.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=57.74%
G=25.81%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179805100.550.720.3013.5955.6545.1
HexB35033037481Ee382d
Octal2631206306711036167055
Binary10110011101000011001101101111001000111101110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35033; }

 p { color: rgb(179,80,51); }

 H1.HeaderClassName
 {
   color: #B35033;
 }
 .AnyTagClassName
 {
   color: #B35033;
 }
</style>
background-color css

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

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

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

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

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

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