Html Css Color HEX #BA1850 Old Rose

📋 copy color: '#BA1850'

red 186 ◦ green 24 ◦ blue 80

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

Shades of Old Rose #BA1850

Tints of Old Rose #BA1850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 64.14%
G = 8.28%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA1850 (or 0xBA1850) is known color: Old Rose. HEX triplet: BA, 18 and 50. RGB value is (186,24,80). Sum of RGB (Red+Green+Blue) = 186+24+80=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1850 is #45E7AF. Grayscale: #4E4E4E. Windows color (decimal): -4581296 or 5249210. OLE color: 5249210.

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

Color convert

RGB 186 24 80 -
CMYK 0 0.87 0.57 0.27
HSL 339.26º 0.77% 0.41% -
HSV(B) 339.26º 0.87% 0.73% -
XYZ 22.02 11.67 8.68 -
YUV 78.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 186 24 80 0 0.87 0.57 0.27 339.26 0.77 0.41
Hex BA 18 50 0 57 39 1B 153 4D 29
Octal 272 30 120 0 127 71 33 523 115 51
Binary 10111010 11000 1010000 0 1010111 111001 11011 101010011 1001101 101001

Color Harmonies of #BA1850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1850

Black with #BA1850

Text Example


Text Example

White with #BA1850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1850; }

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

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

background-color css

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

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

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

border-color css

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

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

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