Html Css Color HEX #BA1D49 Old Rose

📋 copy color: '#BA1D49'

red 186 ◦ green 29 ◦ blue 73

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

Shades of Old Rose #BA1D49

Tints of Old Rose #BA1D49

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 64.58%
G = 10.07%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA1D49 (or 0xBA1D49) is known color: Old Rose. HEX triplet: BA, 1D and 49. RGB value is (186,29,73). Sum of RGB (Red+Green+Blue) = 186+29+73=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D49 is #45E2B6. Grayscale: #505050. Windows color (decimal): -4580023 or 4791738. OLE color: 4791738.

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

Color convert

RGB 186 29 73 -
CMYK 0 0.84 0.61 0.27
HSL 343.18º 0.73% 0.42% -
HSV(B) 343.18º 0.84% 0.73% -
XYZ 21.89 11.8 7.43 -
YUV 80.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 186 29 73 0 0.84 0.61 0.27 343.18 0.73 0.42
Hex BA 1D 49 0 54 3D 1B 157 49 2A
Octal 272 35 111 0 124 75 33 527 111 52
Binary 10111010 11101 1001001 0 1010100 111101 11011 101010111 1001001 101010

Color Harmonies of #BA1D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D49

Black with #BA1D49

Text Example


Text Example

White with #BA1D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D49; }

 p { color: rgb(186,29,73); }

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

background-color css

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

 a { background-color: rgb(186,29,73); }

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

border-color css

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

 span { border-color: rgb(186,29,73); }

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