Html Css Color HEX #BA1552 Old Rose

📋 copy color: '#BA1552'

red 186 ◦ green 21 ◦ blue 82

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

Shades of Old Rose #BA1552

Tints of Old Rose #BA1552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 64.36%
G = 7.27%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA1552 (or 0xBA1552) is known color: Old Rose. HEX triplet: BA, 15 and 52. RGB value is (186,21,82). Sum of RGB (Red+Green+Blue) = 186+21+82=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1552 is #45EAAD. Grayscale: #4D4D4D. Windows color (decimal): -4582062 or 5379514. OLE color: 5379514.

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

Color convert

RGB 186 21 82 -
CMYK 0 0.89 0.56 0.27
HSL 337.82º 0.8% 0.41% -
HSV(B) 337.82º 0.89% 0.73% -
XYZ 22.04 11.58 9.06 -
YUV 77.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 186 21 82 0 0.89 0.56 0.27 337.82 0.8 0.41
Hex BA 15 52 0 59 38 1B 152 50 29
Octal 272 25 122 0 131 70 33 522 120 51
Binary 10111010 10101 1010010 0 1011001 111000 11011 101010010 1010000 101001

Color Harmonies of #BA1552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1552

Black with #BA1552

Text Example


Text Example

White with #BA1552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1552; }

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

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

background-color css

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

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

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

border-color css

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

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

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