#B75131

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

Shades of Red Stage #B75131

Tints of Red Stage #B75131

Color information

#B75131 (or 0xB75131) is unknown color: approx Red Stage. HEX triplet: B7, 51 and 31. RGB value is (183,81,49). Sum of RGB (Red+Green+Blue) = 183+81+49=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B75131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75131 is #48AECE. Grayscale: #6C6C6C. Windows color (decimal): -4763343 or 3232183. OLE color: 3232183.

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

Color convert

RGB1838149-
CMYK00.560.730.28
HSL14.33º57.76%45.49%-
HSV(B)14.33º73.22%71.76%-
XYZ23.0316.174.81-
YUV107.8594.79181.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=58.47%
G=25.88%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183814900.560.730.2814.3357.7645.49
HexB75131038491Ce3a2d
Octal2671216107011134167255
Binary10110111101000111000101110001001001111001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75131; }

 p { color: rgb(183,81,49); }

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

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

 a { background-color: rgb(183,81,49); }

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

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

 span { border-color: rgb(183,81,49); }

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