#BA3A52

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

Shades of Old Rose #BA3A52

Tints of Old Rose #BA3A52

Color information

#BA3A52 (or 0xBA3A52) is unknown color: approx Old Rose. HEX triplet: BA, 3A and 52. RGB value is (186,58,82). Sum of RGB (Red+Green+Blue) = 186+58+82=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A52 is #45C5AD. Grayscale: #636363. Windows color (decimal): -4572590 or 5388986. OLE color: 5388986.

HSL color Cylindrical-coordinate representation of color #BA3A52: hue angle of 348.75º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A52 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1865882-
CMYK00.690.560.27
HSL348.75º52.46%47.84%-
HSV(B)348.75º68.82%72.94%-
XYZ23.2914.079.47-
YUV99.01118.41190.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 82 (32.42% from 255) = 25.15%
R=57.06%
G=17.79%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186588200.690.560.27348.7552.4647.84
HexBA3A52045381B15d3430
Octal27272122010570335356460
Binary1011101011101010100100100010111100011011101011101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3A52; }

 p { color: rgb(186,58,82); }

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

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

 a { background-color: rgb(186,58,82); }

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

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

 span { border-color: rgb(186,58,82); }

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