Html Css Color HEX #BA1550 Old Rose

📋 copy color: '#BA1550'

red 186 ◦ green 21 ◦ blue 80

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

Shades of Old Rose #BA1550

Tints of Old Rose #BA1550

RGB

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

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

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

R = 64.81%
G = 7.32%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA1550 (or 0xBA1550) is known color: Old Rose. HEX triplet: BA, 15 and 50. RGB value is (186,21,80). Sum of RGB (Red+Green+Blue) = 186+21+80=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1550 is #45EAAF. Grayscale: #4C4C4C. Windows color (decimal): -4582064 or 5248442. OLE color: 5248442.

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

Color convert

RGB 186 21 80 -
CMYK 0 0.89 0.57 0.27
HSL 338.55º 0.8% 0.41% -
HSV(B) 338.55º 0.89% 0.73% -
XYZ 21.97 11.55 8.66 -
YUV 77.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 186 21 80 0 0.89 0.57 0.27 338.55 0.8 0.41
Hex BA 15 50 0 59 39 1B 153 50 29
Octal 272 25 120 0 131 71 33 523 120 51
Binary 10111010 10101 1010000 0 1011001 111001 11011 101010011 1010000 101001

Color Harmonies of #BA1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1550

Black with #BA1550

Text Example


Text Example

White with #BA1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1550; }

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

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

background-color css

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

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

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

border-color css

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

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

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