Html Css Color HEX #BA1D5C Old Rose

📋 copy color: '#BA1D5C'

red 186 ◦ green 29 ◦ blue 92

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

Shades of Old Rose #BA1D5C

Tints of Old Rose #BA1D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 60.59%
G = 9.45%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA1D5C (or 0xBA1D5C) is known color: Old Rose. HEX triplet: BA, 1D and 5C. RGB value is (186,29,92). Sum of RGB (Red+Green+Blue) = 186+29+92=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D5C is #45E2A3. Grayscale: #535353. Windows color (decimal): -4580004 or 6036922. OLE color: 6036922.

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

Color convert

RGB 186 29 92 -
CMYK 0 0.84 0.51 0.27
HSL 335.92º 0.73% 0.42% -
HSV(B) 335.92º 0.84% 0.73% -
XYZ 22.62 12.09 11.27 -
YUV 83.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 186 29 92 0 0.84 0.51 0.27 335.92 0.73 0.42
Hex BA 1D 5C 0 54 33 1B 150 49 2A
Octal 272 35 134 0 124 63 33 520 111 52
Binary 10111010 11101 1011100 0 1010100 110011 11011 101010000 1001001 101010

Color Harmonies of #BA1D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D5C

Black with #BA1D5C

Text Example


Text Example

White with #BA1D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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