#B1502B

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

Shades of Red Stage #B1502B

Tints of Red Stage #B1502B

Color information

#B1502B (or 0xB1502B) is unknown color: approx Red Stage. HEX triplet: B1, 50 and 2B. RGB value is (177,80,43). Sum of RGB (Red+Green+Blue) = 177+80+43=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1502B is #4EAFD4. Grayscale: #696969. Windows color (decimal): -5156821 or 2838705. OLE color: 2838705.

HSL color Cylindrical-coordinate representation of color #B1502B: hue angle of 16.57º degrees, saturation: 0.61, 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 #B1502B is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1778043-
CMYK00.550.760.31
HSL16.57º60.91%43.14%-
HSV(B)16.57º75.71%69.41%-
XYZ21.4415.264.1-
YUV104.7893.14179.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 43 (17.19% from 255) = 14.33%
R=59%
G=26.67%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177804300.550.760.3116.5760.9143.14
HexB1502B0374C1F113d2b
Octal2611205306711437217553
Binary101100011010000101011011011110011001111110001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1502B; }

 p { color: rgb(177,80,43); }

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

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

 a { background-color: rgb(177,80,43); }

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

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

 span { border-color: rgb(177,80,43); }

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