Html Css Color HEX #BA1A4E Old Rose

📋 copy color: '#BA1A4E'

red 186 ◦ green 26 ◦ blue 78

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

Shades of Old Rose #BA1A4E

Tints of Old Rose #BA1A4E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.97%

 BLUE value IS 78 (30.86% from 255) = 26.9%

R = 64.14%
G = 8.97%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA1A4E (or 0xBA1A4E) is known color: Old Rose. HEX triplet: BA, 1A and 4E. RGB value is (186,26,78). Sum of RGB (Red+Green+Blue) = 186+26+78=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A4E is #45E5B1. Grayscale: #4F4F4F. Windows color (decimal): -4580786 or 5118650. OLE color: 5118650.

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

Color convert

RGB 186 26 78 -
CMYK 0 0.86 0.58 0.27
HSL 340.5º 0.75% 0.42% -
HSV(B) 340.5º 0.86% 0.73% -
XYZ 21.99 11.73 8.31 -
YUV 79.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 186 26 78 0 0.86 0.58 0.27 340.5 0.75 0.42
Hex BA 1A 4E 0 56 3A 1B 154 4B 2A
Octal 272 32 116 0 126 72 33 524 113 52
Binary 10111010 11010 1001110 0 1010110 111010 11011 101010100 1001011 101010

Color Harmonies of #BA1A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A4E

Black with #BA1A4E

Text Example


Text Example

White with #BA1A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A4E; }

 p { color: rgb(186,26,78); }

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

background-color css

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

 a { background-color: rgb(186,26,78); }

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

border-color css

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

 span { border-color: rgb(186,26,78); }

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