#b05033

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

Shades of Red Stage #B05033

Tints of Red Stage #B05033

Color information

#B05033 (or 0xB05033) is unknown color: approx Red Stage. HEX triplet: B0, 50 and 33. RGB value is (176,80,51). Sum of RGB (Red+Green+Blue) = 176+80+51=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B05033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05033 is #4FAFCC. Grayscale: #696969. Windows color (decimal): -5222349 or 3362992. OLE color: 3362992.

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

Color convert

RGB1768051-
CMYK00.550.710.31
HSL13.92º55.07%44.51%-
HSV(B)13.92º71.02%69.02%-
XYZ21.3715.214.94-
YUV105.497.3178.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=57.33%
G=26.06%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176805100.550.710.3113.9255.0744.51
HexB05033037471Fe372d
Octal2601206306710737166755
Binary10110000101000011001101101111000111111111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05033; }

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

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

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

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

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

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

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

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