#B1522A

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

Shades of Red Stage #B1522A

Tints of Red Stage #B1522A

Color information

#B1522A (or 0xB1522A) is unknown color: approx Red Stage. HEX triplet: B1, 52 and 2A. RGB value is (177,82,42). Sum of RGB (Red+Green+Blue) = 177+82+42=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1522A is #4EADD5. Grayscale: #6A6A6A. Windows color (decimal): -5156310 or 2773681. OLE color: 2773681.

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

Color convert

RGB1778242-
CMYK00.540.760.31
HSL17.78º61.64%42.94%-
HSV(B)17.78º76.27%69.41%-
XYZ21.5715.554.06-
YUV105.8491.97178.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=58.80%
G=27.24%
B=13.95%

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
Decimal177824200.540.760.3117.7861.6442.94
HexB1522A0364C1F123e2b
Octal2611225206611437227653
Binary101100011010010101010011011010011001111110010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1522A; }

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

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

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

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

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

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

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

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