#B8502B

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

Shades of Red Stage #B8502B

Tints of Red Stage #B8502B

Color information

#B8502B (or 0xB8502B) is unknown color: approx Red Stage. HEX triplet: B8, 50 and 2B. RGB value is (184,80,43). Sum of RGB (Red+Green+Blue) = 184+80+43=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B8502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8502B is #47AFD4. Grayscale: #6B6B6B. Windows color (decimal): -4698069 or 2838712. OLE color: 2838712.

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

Color convert

RGB1848043-
CMYK00.570.770.28
HSL15.74º62.11%44.51%-
HSV(B)15.74º76.63%72.16%-
XYZ23.0716.14.18-
YUV106.8891.96183.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.93%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=59.93%
G=26.06%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184804300.570.770.2815.7462.1144.51
HexB8502B0394D1C103e2d
Octal2701205307111534207655
Binary101110001010000101011011100110011011110010000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8502B; }

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

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

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

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

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

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

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

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