#B1512A

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

Shades of Red Stage #B1512A

Tints of Red Stage #B1512A

Color information

#B1512A (or 0xB1512A) is unknown color: approx Red Stage. HEX triplet: B1, 51 and 2A. RGB value is (177,81,42). Sum of RGB (Red+Green+Blue) = 177+81+42=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1512A is #4EAED5. Grayscale: #696969. Windows color (decimal): -5156566 or 2773425. OLE color: 2773425.

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

Color convert

RGB1778142-
CMYK00.540.760.31
HSL17.33º61.64%42.94%-
HSV(B)17.33º76.27%69.41%-
XYZ21.4915.44.03-
YUV105.2692.3179.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 42 (16.80% from 255) = 14%
R=59%
G=27%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177814200.540.760.3117.3361.6442.94
HexB1512A0364C1F113e2b
Octal2611215206611437217653
Binary101100011010001101010011011010011001111110001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1512A; }

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

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

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

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

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

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

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

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