#B35133

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

Shades of Red Stage #B35133

Tints of Red Stage #B35133

Color information

#B35133 (or 0xB35133) is unknown color: approx Red Stage. HEX triplet: B3, 51 and 33. RGB value is (179,81,51). Sum of RGB (Red+Green+Blue) = 179+81+51=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B35133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35133 is #4CAECC. Grayscale: #6B6B6B. Windows color (decimal): -5025485 or 3363251. OLE color: 3363251.

HSL color Cylindrical-coordinate representation of color #B35133: hue angle of 14.06º 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 #B35133 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1798151-
CMYK00.550.720.30
HSL14.06º55.65%45.1%-
HSV(B)14.06º71.51%70.2%-
XYZ22.1315.715-
YUV106.8896.47179.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=57.56%
G=26.05%
B=16.40%

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
Decimal179815100.550.720.3014.0655.6545.1
HexB35133037481Ee382d
Octal2631216306711036167055
Binary10110011101000111001101101111001000111101110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35133; }

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

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

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

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

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

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

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

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