#B14323

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

Shades of Rose Of Sharon #B14323

Tints of Rose Of Sharon #B14323

Color information

#B14323 (or 0xB14323) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 43 and 23. RGB value is (177,67,35). Sum of RGB (Red+Green+Blue) = 177+67+35=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B14323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14323 is #4EBCDC. Grayscale: #606060. Windows color (decimal): -5160157 or 2311089. OLE color: 2311089.

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

Color convert

RGB1776735-
CMYK00.620.800.31
HSL13.52º66.98%41.57%-
HSV(B)13.52º80.23%69.41%-
XYZ20.4413.483.12-
YUV96.2493.44185.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.44%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 35 (14.06% from 255) = 12.54%
R=63.44%
G=24.01%
B=12.54%

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
Decimal177673500.620.800.3113.5266.9841.57
HexB1432303E501Fe432a
Octal26110343076120371610352
Binary101100011000011100011011111010100001111111101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14323; }

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

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

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

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

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

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

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

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