#B0532A

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

Shades of Red Stage #B0532A

Tints of Red Stage #B0532A

Color information

#B0532A (or 0xB0532A) is unknown color: approx Red Stage. HEX triplet: B0, 53 and 2A. RGB value is (176,83,42). Sum of RGB (Red+Green+Blue) = 176+83+42=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0532A is #4FACD5. Grayscale: #6A6A6A. Windows color (decimal): -5221590 or 2773936. OLE color: 2773936.

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

Color convert

RGB1768342-
CMYK00.530.760.31
HSL18.36º61.47%42.75%-
HSV(B)18.36º76.14%69.02%-
XYZ21.4215.584.07-
YUV106.1391.81177.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.47%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=58.47%
G=27.57%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176834200.530.760.3118.3661.4742.75
HexB0532A0354C1F123d2b
Octal2601235206511437227553
Binary101100001010011101010011010110011001111110010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0532A; }

 p { color: rgb(176,83,42); }

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

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

 a { background-color: rgb(176,83,42); }

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

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

 span { border-color: rgb(176,83,42); }

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