#B14424

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

Shades of Rose Of Sharon #B14424

Tints of Rose Of Sharon #B14424

Color information

#B14424 (or 0xB14424) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 44 and 24. RGB value is (177,68,36). Sum of RGB (Red+Green+Blue) = 177+68+36=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B14424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14424 is #4EBBDB. Grayscale: #616161. Windows color (decimal): -5159900 or 2376881. OLE color: 2376881.

HSL color Cylindrical-coordinate representation of color #B14424: hue angle of 13.62º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B14424 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1776836-
CMYK00.620.800.31
HSL13.62º66.2%41.76%-
HSV(B)13.62º79.66%69.41%-
XYZ20.5213.613.21-
YUV96.9493.61185.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 36 (14.45% from 255) = 12.81%
R=62.99%
G=24.20%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177683600.620.800.3113.6266.241.76
HexB1442403E501Fe422a
Octal26110444076120371610252
Binary101100011000100100100011111010100001111111101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14424; }

 p { color: rgb(177,68,36); }

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

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

 a { background-color: rgb(177,68,36); }

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

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

 span { border-color: rgb(177,68,36); }

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