#B7502C

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

Shades of Red Stage #B7502C

Tints of Red Stage #B7502C

Color information

#B7502C (or 0xB7502C) is unknown color: approx Red Stage. HEX triplet: B7, 50 and 2C. RGB value is (183,80,44). Sum of RGB (Red+Green+Blue) = 183+80+44=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7502C is #48AFD3. Grayscale: #6A6A6A. Windows color (decimal): -4763604 or 2904247. OLE color: 2904247.

HSL color Cylindrical-coordinate representation of color #B7502C: hue angle of 15.54º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7502C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1838044-
CMYK00.560.760.28
HSL15.54º61.23%44.51%-
HSV(B)15.54º75.96%71.76%-
XYZ22.8515.994.26-
YUV106.6992.62182.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 44 (17.58% from 255) = 14.33%
R=59.61%
G=26.06%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183804400.560.760.2815.5461.2344.51
HexB7502C0384C1C103d2d
Octal2671205407011434207555
Binary101101111010000101100011100010011001110010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7502C; }

 p { color: rgb(183,80,44); }

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

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

 a { background-color: rgb(183,80,44); }

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

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

 span { border-color: rgb(183,80,44); }

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