#B5512A

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

Shades of Red Stage #B5512A

Tints of Red Stage #B5512A

Color information

#B5512A (or 0xB5512A) is unknown color: approx Red Stage. HEX triplet: B5, 51 and 2A. RGB value is (181,81,42). Sum of RGB (Red+Green+Blue) = 181+81+42=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B5512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5512A is #4AAED5. Grayscale: #6A6A6A. Windows color (decimal): -4894422 or 2773429. OLE color: 2773429.

HSL color Cylindrical-coordinate representation of color #B5512A: hue angle of 16.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5512A is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1818142-
CMYK00.550.770.29
HSL16.83º62.33%43.73%-
HSV(B)16.83º76.8%70.98%-
XYZ22.4215.884.07-
YUV106.4591.63181.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=59.54%
G=26.64%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181814200.550.770.2916.8362.3343.73
HexB5512A0374D1D113e2c
Octal2651215206711535217654
Binary101101011010001101010011011110011011110110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5512A; }

 p { color: rgb(181,81,42); }

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

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

 a { background-color: rgb(181,81,42); }

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

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

 span { border-color: rgb(181,81,42); }

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