#BA3545

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

Shades of Old Rose #BA3545

Tints of Old Rose #BA3545

Color information

#BA3545 (or 0xBA3545) is unknown color: approx Old Rose. HEX triplet: BA, 35 and 45. RGB value is (186,53,69). Sum of RGB (Red+Green+Blue) = 186+53+69=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3545 is #45CABA. Grayscale: #5E5E5E. Windows color (decimal): -4573883 or 4535738. OLE color: 4535738.

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

Color convert

RGB1865369-
CMYK00.720.630.27
HSL352.78º55.65%46.86%-
HSV(B)352.78º71.51%72.94%-
XYZ22.613.417.03-
YUV94.59113.56193.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=60.39%
G=17.21%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186536900.720.630.27352.7855.6546.86
HexBA35450483F1B161382f
Octal27265105011077335417057
Binary1011101011010110001010100100011111111011101100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3545; }

 p { color: rgb(186,53,69); }

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

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

 a { background-color: rgb(186,53,69); }

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

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

 span { border-color: rgb(186,53,69); }

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