#B1482A

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

Shades of Rose Of Sharon #B1482A

Tints of Rose Of Sharon #B1482A

Color information

#B1482A (or 0xB1482A) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 48 and 2A. RGB value is (177,72,42). Sum of RGB (Red+Green+Blue) = 177+72+42=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1482A is #4EB7D5. Grayscale: #646464. Windows color (decimal): -5158870 or 2771121. OLE color: 2771121.

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

Color convert

RGB1777242-
CMYK00.590.760.31
HSL13.33º61.64%42.94%-
HSV(B)13.33º76.27%69.41%-
XYZ20.8714.153.82-
YUV99.9795.29182.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=60.82%
G=24.74%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177724200.590.760.3113.3361.6442.94
HexB1482A03B4C1Fd3e2b
Octal2611105207311437157653
Binary10110001100100010101001110111001100111111101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1482A; }

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

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

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

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

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

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

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

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