#b0512d

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

Shades of Red Stage #B0512D

Tints of Red Stage #B0512D

Color information

#B0512D (or 0xB0512D) is unknown color: approx Red Stage. HEX triplet: B0, 51 and 2D. RGB value is (176,81,45). Sum of RGB (Red+Green+Blue) = 176+81+45=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0512D is #4FAED2. Grayscale: #696969. Windows color (decimal): -5222099 or 2970032. OLE color: 2970032.

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

Color convert

RGB1768145-
CMYK00.540.740.31
HSL16.49º59.28%43.33%-
HSV(B)16.49º74.43%69.02%-
XYZ21.3215.34.31-
YUV105.393.97178.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.28%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=58.28%
G=26.82%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176814500.540.740.3116.4959.2843.33
HexB0512D0364A1F103b2b
Octal2601215506611237207353
Binary101100001010001101101011011010010101111110000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0512d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0512d; }

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

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

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

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

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

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

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

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