#B55135

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

Shades of Red Stage #B55135

Tints of Red Stage #B55135

Color information

#B55135 (or 0xB55135) is unknown color: approx Red Stage. HEX triplet: B5, 51 and 35. RGB value is (181,81,53). Sum of RGB (Red+Green+Blue) = 181+81+53=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B55135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55135 is #4AAECA. Grayscale: #6B6B6B. Windows color (decimal): -4894411 or 3494325. OLE color: 3494325.

HSL color Cylindrical-coordinate representation of color #B55135: hue angle of 13.13º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B55135 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1818153-
CMYK00.550.710.29
HSL13.13º54.7%45.88%-
HSV(B)13.13º70.72%70.98%-
XYZ22.6415.975.26-
YUV107.7197.13180.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=57.46%
G=25.71%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181815300.550.710.2913.1354.745.88
HexB55135037471Dd372e
Octal2651216506710735156756
Binary10110101101000111010101101111000111111011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55135; }

 p { color: rgb(181,81,53); }

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

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

 a { background-color: rgb(181,81,53); }

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

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

 span { border-color: rgb(181,81,53); }

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