#BA3353

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

Shades of Old Rose #BA3353

Tints of Old Rose #BA3353

Color information

#BA3353 (or 0xBA3353) is unknown color: approx Old Rose. HEX triplet: BA, 33 and 53. RGB value is (186,51,83). Sum of RGB (Red+Green+Blue) = 186+51+83=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3353 is #45CCAC. Grayscale: #5F5F5F. Windows color (decimal): -4574381 or 5452730. OLE color: 5452730.

HSL color Cylindrical-coordinate representation of color #BA3353: hue angle of 345.78º 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 #BA3353 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1865183-
CMYK00.730.550.27
HSL345.78º56.96%46.47%-
HSV(B)345.78º72.58%72.94%-
XYZ22.9913.439.56-
YUV95.01121.23192.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=58.12%
G=15.94%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186518300.730.550.27345.7856.9646.47
HexBA3353049371B15a392e
Octal27263123011167335327156
Binary1011101011001110100110100100111011111011101011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3353; }

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

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

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

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

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

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

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

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