#B24621

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

Shades of Rose Of Sharon #B24621

Tints of Rose Of Sharon #B24621

Color information

#B24621 (or 0xB24621) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 46 and 21. RGB value is (178,70,33). Sum of RGB (Red+Green+Blue) = 178+70+33=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B24621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24621 is #4DB9DE. Grayscale: #626262. Windows color (decimal): -5093855 or 2180786. OLE color: 2180786.

HSL color Cylindrical-coordinate representation of color #B24621: hue angle of 15.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B24621 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1787033-
CMYK00.610.810.30
HSL15.31º68.72%41.37%-
HSV(B)15.31º81.46%69.8%-
XYZ20.8213.963.03-
YUV98.0791.28185.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.35%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=63.35%
G=24.91%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178703300.610.810.3015.3168.7241.37
HexB2462103D511Ef4529
Octal26210641075121361710551
Binary101100101000110100001011110110100011111011111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24621; }

 p { color: rgb(178,70,33); }

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

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

 a { background-color: rgb(178,70,33); }

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

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

 span { border-color: rgb(178,70,33); }

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