#B75224

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

Shades of Red Stage #B75224

Tints of Red Stage #B75224

Color information

#B75224 (or 0xB75224) is unknown color: approx Red Stage. HEX triplet: B7, 52 and 24. RGB value is (183,82,36). Sum of RGB (Red+Green+Blue) = 183+82+36=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B75224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75224 is #48ADDB. Grayscale: #6B6B6B. Windows color (decimal): -4763100 or 2380471. OLE color: 2380471.

HSL color Cylindrical-coordinate representation of color #B75224: hue angle of 18.78º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B75224 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1838236-
CMYK00.550.800.28
HSL18.78º67.12%42.94%-
HSV(B)18.78º80.33%71.76%-
XYZ22.8616.233.6-
YUV106.9687.96182.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 36 (14.45% from 255) = 11.96%
R=60.80%
G=27.24%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183823600.550.800.2818.7867.1242.94
HexB75224037501C13432b
Octal26712244067120342310353
Binary1011011110100101001000110111101000011100100111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75224; }

 p { color: rgb(183,82,36); }

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

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

 a { background-color: rgb(183,82,36); }

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

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

 span { border-color: rgb(183,82,36); }

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