#B0502D

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

Shades of Red Stage #B0502D

Tints of Red Stage #B0502D

Color information

#B0502D (or 0xB0502D) is unknown color: approx Red Stage. HEX triplet: B0, 50 and 2D. RGB value is (176,80,45). Sum of RGB (Red+Green+Blue) = 176+80+45=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0502D is #4FAFD2. Grayscale: #686868. Windows color (decimal): -5222355 or 2969776. OLE color: 2969776.

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

Color convert

RGB1768045-
CMYK00.550.740.31
HSL16.03º59.28%43.33%-
HSV(B)16.03º74.43%69.02%-
XYZ21.2515.164.29-
YUV104.7194.3178.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.47%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=58.47%
G=26.58%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176804500.550.740.3116.0359.2843.33
HexB0502D0374A1F103b2b
Octal2601205506711237207353
Binary101100001010000101101011011110010101111110000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0502D; }

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

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

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

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

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

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

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

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