Html Css Color HEX #BA1A4C Old Rose

📋 copy color: '#BA1A4C'

red 186 ◦ green 26 ◦ blue 76

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

Shades of Old Rose #BA1A4C

Tints of Old Rose #BA1A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 64.58%
G = 9.03%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA1A4C (or 0xBA1A4C) is known color: Old Rose. HEX triplet: BA, 1A and 4C. RGB value is (186,26,76). Sum of RGB (Red+Green+Blue) = 186+26+76=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A4C is #45E5B3. Grayscale: #4F4F4F. Windows color (decimal): -4580788 or 4987578. OLE color: 4987578.

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

Color convert

RGB 186 26 76 -
CMYK 0 0.86 0.59 0.27
HSL 341.25º 0.75% 0.42% -
HSV(B) 341.25º 0.86% 0.73% -
XYZ 21.92 11.7 7.94 -
YUV 79.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 186 26 76 0 0.86 0.59 0.27 341.25 0.75 0.42
Hex BA 1A 4C 0 56 3B 1B 155 4B 2A
Octal 272 32 114 0 126 73 33 525 113 52
Binary 10111010 11010 1001100 0 1010110 111011 11011 101010101 1001011 101010

Color Harmonies of #BA1A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A4C

Black with #BA1A4C

Text Example


Text Example

White with #BA1A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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