#B14324

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

Shades of Rose Of Sharon #B14324

Tints of Rose Of Sharon #B14324

Color information

#B14324 (or 0xB14324) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 43 and 24. RGB value is (177,67,36). Sum of RGB (Red+Green+Blue) = 177+67+36=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B14324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14324 is #4EBCDB. Grayscale: #606060. Windows color (decimal): -5160156 or 2376625. OLE color: 2376625.

HSL color Cylindrical-coordinate representation of color #B14324: hue angle of 13.19º 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 #B14324 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1776736-
CMYK00.620.800.31
HSL13.19º66.2%41.76%-
HSV(B)13.19º79.66%69.41%-
XYZ20.4613.493.19-
YUV96.3693.94185.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.21%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 36 (14.45% from 255) = 12.86%
R=63.21%
G=23.93%
B=12.86%

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
Decimal177673600.620.800.3113.1966.241.76
HexB1432403E501Fd422a
Octal26110344076120371510252
Binary101100011000011100100011111010100001111111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14324; }

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

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

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

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

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

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

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

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