Html Css Color HEX #BA3552 Old Rose

📋 copy color: '#BA3552'

red 186 ◦ green 53 ◦ blue 82

#BA3552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BA3552

Tints of Old Rose #BA3552

RGB

 RED value IS 186 (73.05% from 255) = 57.94%

 GREEN value IS 53 (21.09% from 255) = 16.51%

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 57.94%
G = 16.51%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA3552 (or 0xBA3552) is known color: Old Rose. HEX triplet: BA, 35 and 52. RGB value is (186,53,82). Sum of RGB (Red+Green+Blue) = 186+53+82=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3552 is #45CAAD. Grayscale: #606060. Windows color (decimal): -4573870 or 5387706. OLE color: 5387706.

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

Color convert

RGB 186 53 82 -
CMYK 0 0.72 0.56 0.27
HSL 346.92º 0.56% 0.47% -
HSV(B) 346.92º 0.72% 0.73% -
XYZ 23.05 13.59 9.39 -
YUV 96.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 186 53 82 0 0.72 0.56 0.27 346.92 0.56 0.47
Hex BA 35 52 0 48 38 1B 15B 38 2F
Octal 272 65 122 0 110 70 33 533 70 57
Binary 10111010 110101 1010010 0 1001000 111000 11011 101011011 111000 101111

Color Harmonies of #BA3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3552

Black with #BA3552

Text Example


Text Example

White with #BA3552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3552; }

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

 H1.HeaderClassName
 {
   color: #BA3552;
 }
 .AnyTagClassName
 {
   color: #BA3552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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