#B44A2A

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

Shades of Rose Of Sharon #B44A2A

Tints of Rose Of Sharon #B44A2A

Color information

#B44A2A (or 0xB44A2A) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4A and 2A. RGB value is (180,74,42). Sum of RGB (Red+Green+Blue) = 180+74+42=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A2A is #4BB5D5. Grayscale: #666666. Windows color (decimal): -4961750 or 2771636. OLE color: 2771636.

HSL color Cylindrical-coordinate representation of color #B44A2A: hue angle of 13.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B44A2A is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1807442-
CMYK00.590.770.29
HSL13.91º62.16%43.53%-
HSV(B)13.91º76.67%70.59%-
XYZ21.6914.773.9-
YUV102.0594.12183.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.81%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=60.81%
G=25%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180744200.590.770.2913.9162.1643.53
HexB44A2A03B4D1De3e2c
Octal2641125207311535167654
Binary10110100100101010101001110111001101111011110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A2A; }

 p { color: rgb(180,74,42); }

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

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

 a { background-color: rgb(180,74,42); }

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

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

 span { border-color: rgb(180,74,42); }

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