#B1462A

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

Shades of Rose Of Sharon #B1462A

Tints of Rose Of Sharon #B1462A

Color information

#B1462A (or 0xB1462A) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 46 and 2A. RGB value is (177,70,42). Sum of RGB (Red+Green+Blue) = 177+70+42=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1462A is #4EB9D5. Grayscale: #636363. Windows color (decimal): -5159382 or 2770609. OLE color: 2770609.

HSL color Cylindrical-coordinate representation of color #B1462A: hue angle of 12.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1462A is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1777042-
CMYK00.600.760.31
HSL12.44º61.64%42.94%-
HSV(B)12.44º76.27%69.41%-
XYZ20.7413.893.78-
YUV98.895.95183.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=61.25%
G=24.22%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177704200.600.760.3112.4461.6442.94
HexB1462A03C4C1Fc3e2b
Octal2611065207411437147653
Binary10110001100011010101001111001001100111111100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1462A; }

 p { color: rgb(177,70,42); }

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

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

 a { background-color: rgb(177,70,42); }

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

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

 span { border-color: rgb(177,70,42); }

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