#B44625

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

Shades of Rose Of Sharon #B44625

Tints of Rose Of Sharon #B44625

Color information

#B44625 (or 0xB44625) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 46 and 25. RGB value is (180,70,37). Sum of RGB (Red+Green+Blue) = 180+70+37=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B44625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44625 is #4BB9DA. Grayscale: #636363. Windows color (decimal): -4962779 or 2442932. OLE color: 2442932.

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

Color convert

RGB1807037-
CMYK00.610.790.29
HSL13.85º65.9%42.55%-
HSV(B)13.85º79.44%70.59%-
XYZ21.3514.223.37-
YUV99.1392.94185.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=62.72%
G=24.39%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180703700.610.790.2913.8565.942.55
HexB4462503D4F1De422b
Octal26410645075117351610253
Binary101101001000110100101011110110011111110111101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44625; }

 p { color: rgb(180,70,37); }

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

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

 a { background-color: rgb(180,70,37); }

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

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

 span { border-color: rgb(180,70,37); }

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