#BA3344

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

Shades of Old Rose #BA3344

Tints of Old Rose #BA3344

Color information

#BA3344 (or 0xBA3344) is unknown color: approx Old Rose. HEX triplet: BA, 33 and 44. RGB value is (186,51,68). Sum of RGB (Red+Green+Blue) = 186+51+68=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3344 is #45CCBB. Grayscale: #5D5D5D. Windows color (decimal): -4574396 or 4469690. OLE color: 4469690.

HSL color Cylindrical-coordinate representation of color #BA3344: hue angle of 352.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3344 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1865168-
CMYK00.730.630.27
HSL352.44º56.96%46.47%-
HSV(B)352.44º72.58%72.94%-
XYZ22.4813.226.84-
YUV93.3113.73194.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=60.98%
G=16.72%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186516800.730.630.27352.4456.9646.47
HexBA33440493F1B160392e
Octal27263104011177335407156
Binary1011101011001110001000100100111111111011101100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3344; }

 p { color: rgb(186,51,68); }

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

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

 a { background-color: rgb(186,51,68); }

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

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

 span { border-color: rgb(186,51,68); }

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