#b45228

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

Shades of Red Stage #B45228

Tints of Red Stage #B45228

Color information

#B45228 (or 0xB45228) is unknown color: approx Red Stage. HEX triplet: B4, 52 and 28. RGB value is (180,82,40). Sum of RGB (Red+Green+Blue) = 180+82+40=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B45228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45228 is #4BADD7. Grayscale: #6A6A6A. Windows color (decimal): -4959704 or 2642612. OLE color: 2642612.

HSL color Cylindrical-coordinate representation of color #B45228: hue angle of 18º 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 #B45228 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1808240-
CMYK00.540.780.29
HSL18º63.64%43.14%-
HSV(B)18º77.78%70.59%-
XYZ22.2215.893.9-
YUV106.5190.47180.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=59.60%
G=27.15%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180824000.540.780.291863.6443.14
HexB452280364E1D12402b
Octal26412250066116352210053
Binary1011010010100101010000110110100111011101100101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45228; }

 p { color: rgb(180,82,40); }

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

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

 a { background-color: rgb(180,82,40); }

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

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

 span { border-color: rgb(180,82,40); }

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