Html Css Color HEX #BA1E5C Old Rose

📋 copy color: '#BA1E5C'

red 186 ◦ green 30 ◦ blue 92

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

Shades of Old Rose #BA1E5C

Tints of Old Rose #BA1E5C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

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

R = 60.39%
G = 9.74%
B = 29.87%

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

#BA1E5C (or 0xBA1E5C) is known color: Old Rose. HEX triplet: BA, 1E and 5C. RGB value is (186,30,92). Sum of RGB (Red+Green+Blue) = 186+30+92=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E5C is #45E1A3. Grayscale: #535353. Windows color (decimal): -4579748 or 6037178. OLE color: 6037178.

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

Color convert

RGB 186 30 92 -
CMYK 0 0.84 0.51 0.27
HSL 336.15º 0.72% 0.42% -
HSV(B) 336.15º 0.84% 0.73% -
XYZ 22.65 12.14 11.27 -
YUV 83.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 186 30 92 0 0.84 0.51 0.27 336.15 0.72 0.42
Hex BA 1E 5C 0 54 33 1B 150 48 2A
Octal 272 36 134 0 124 63 33 520 110 52
Binary 10111010 11110 1011100 0 1010100 110011 11011 101010000 1001000 101010

Color Harmonies of #BA1E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E5C

Black with #BA1E5C

Text Example


Text Example

White with #BA1E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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