#B55121

Color #B55121 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B55121

Tints of Rose Of Sharon #B55121

Color information

#B55121 (or 0xB55121) is unknown color: approx Rose Of Sharon. HEX triplet: B5, 51 and 21. RGB value is (181,81,33). Sum of RGB (Red+Green+Blue) = 181+81+33=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B55121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55121 is #4AAEDE. Grayscale: #696969. Windows color (decimal): -4894431 or 2183605. OLE color: 2183605.

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

Color convert

RGB1818133-
CMYK00.550.820.29
HSL19.46º69.16%41.96%-
HSV(B)19.46º81.77%70.98%-
XYZ22.2715.823.32-
YUV105.4387.13181.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 33 (13.28% from 255) = 11.19%
R=61.36%
G=27.46%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181813300.550.820.2919.4669.1641.96
HexB55121037521D13452a
Octal26512141067122352310552
Binary1011010110100011000010110111101001011101100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55121; }

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

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

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

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

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

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

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

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