#b55028

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

Shades of Red Stage #B55028

Tints of Red Stage #B55028

Color information

#B55028 (or 0xB55028) is unknown color: approx Red Stage. HEX triplet: B5, 50 and 28. RGB value is (181,80,40). Sum of RGB (Red+Green+Blue) = 181+80+40=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B55028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55028 is #4AAFD7. Grayscale: #696969. Windows color (decimal): -4894680 or 2642101. OLE color: 2642101.

HSL color Cylindrical-coordinate representation of color #B55028: hue angle of 17.02º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B55028 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1818040-
CMYK00.560.780.29
HSL17.02º63.8%43.33%-
HSV(B)17.02º77.9%70.98%-
XYZ22.3115.713.86-
YUV105.6490.96181.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=60.13%
G=26.58%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181804000.560.780.2917.0263.843.33
HexB550280384E1D11402b
Octal26512050070116352110053
Binary1011010110100001010000111000100111011101100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55028; }

 p { color: rgb(181,80,40); }

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

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

 a { background-color: rgb(181,80,40); }

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

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

 span { border-color: rgb(181,80,40); }

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