Html Css Color HEX #BA1C50 Old Rose

📋 copy color: '#BA1C50'

red 186 ◦ green 28 ◦ blue 80

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

Shades of Old Rose #BA1C50

Tints of Old Rose #BA1C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.52%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 63.27%
G = 9.52%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA1C50 (or 0xBA1C50) is known color: Old Rose. HEX triplet: BA, 1C and 50. RGB value is (186,28,80). Sum of RGB (Red+Green+Blue) = 186+28+80=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C50 is #45E3AF. Grayscale: #515151. Windows color (decimal): -4580272 or 5250234. OLE color: 5250234.

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

Color convert

RGB 186 28 80 -
CMYK 0 0.85 0.57 0.27
HSL 340.25º 0.74% 0.42% -
HSV(B) 340.25º 0.85% 0.73% -
XYZ 22.11 11.85 8.71 -
YUV 81.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 186 28 80 0 0.85 0.57 0.27 340.25 0.74 0.42
Hex BA 1C 50 0 55 39 1B 154 4A 2A
Octal 272 34 120 0 125 71 33 524 112 52
Binary 10111010 11100 1010000 0 1010101 111001 11011 101010100 1001010 101010

Color Harmonies of #BA1C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C50

Black with #BA1C50

Text Example


Text Example

White with #BA1C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C50; }

 p { color: rgb(186,28,80); }

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

background-color css

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

 a { background-color: rgb(186,28,80); }

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

border-color css

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

 span { border-color: rgb(186,28,80); }

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