#B45121

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

Shades of Rose Of Sharon #B45121

Tints of Rose Of Sharon #B45121

Color information

#B45121 (or 0xB45121) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 51 and 21. RGB value is (180,81,33). Sum of RGB (Red+Green+Blue) = 180+81+33=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B45121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45121 is #4BAEDE. Grayscale: #696969. Windows color (decimal): -4959967 or 2183604. OLE color: 2183604.

HSL color Cylindrical-coordinate representation of color #B45121: hue angle of 19.59º 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 #B45121 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1808133-
CMYK00.550.820.29
HSL19.59º69.01%41.76%-
HSV(B)19.59º81.67%70.59%-
XYZ22.0415.73.31-
YUV105.1387.3181.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=61.22%
G=27.55%
B=11.22%

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
Decimal180813300.550.820.2919.5969.0141.76
HexB45121037521D14452a
Octal26412141067122352410552
Binary1011010010100011000010110111101001011101101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45121; }

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

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

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

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

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

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

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

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