Html Css Color HEX #BA1E53 Old Rose

📋 copy color: '#BA1E53'

red 186 ◦ green 30 ◦ blue 83

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

Shades of Old Rose #BA1E53

Tints of Old Rose #BA1E53

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 62.21%
G = 10.03%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA1E53 (or 0xBA1E53) is known color: Old Rose. HEX triplet: BA, 1E and 53. RGB value is (186,30,83). Sum of RGB (Red+Green+Blue) = 186+30+83=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E53 is #45E1AC. Grayscale: #525252. Windows color (decimal): -4579757 or 5447354. OLE color: 5447354.

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

Color convert

RGB 186 30 83 -
CMYK 0 0.84 0.55 0.27
HSL 339.62º 0.72% 0.42% -
HSV(B) 339.62º 0.84% 0.73% -
XYZ 22.28 11.99 9.32 -
YUV 82.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 186 30 83 0 0.84 0.55 0.27 339.62 0.72 0.42
Hex BA 1E 53 0 54 37 1B 154 48 2A
Octal 272 36 123 0 124 67 33 524 110 52
Binary 10111010 11110 1010011 0 1010100 110111 11011 101010100 1001000 101010

Color Harmonies of #BA1E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E53

Black with #BA1E53

Text Example


Text Example

White with #BA1E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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