Html Css Color HEX #BA1F5D Old Rose

📋 copy color: '#BA1F5D'

red 186 ◦ green 31 ◦ blue 93

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

Shades of Old Rose #BA1F5D

Tints of Old Rose #BA1F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 60%
G = 10%
B = 30%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA1F5D (or 0xBA1F5D) is known color: Old Rose. HEX triplet: BA, 1F and 5D. RGB value is (186,31,93). Sum of RGB (Red+Green+Blue) = 186+31+93=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F5D is #45E0A2. Grayscale: #545454. Windows color (decimal): -4579491 or 6102970. OLE color: 6102970.

HSL color Cylindrical-coordinate representation of color #BA1F5D: hue angle of 336º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F5D is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 93 -
CMYK 0 0.83 0.5 0.27
HSL 336º 0.71% 0.43% -
HSV(B) 336º 0.83% 0.73% -
XYZ 22.72 12.21 11.52 -
YUV 84.41 132.85 200.46 -
System Red Green Blue C M Y K H S L
Decimal 186 31 93 0 0.83 0.5 0.27 336 0.71 0.43
Hex BA 1F 5D 0 53 32 1B 150 47 2B
Octal 272 37 135 0 123 62 33 520 107 53
Binary 10111010 11111 1011101 0 1010011 110010 11011 101010000 1000111 101011

Color Harmonies of #BA1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F5D

Black with #BA1F5D

Text Example


Text Example

White with #BA1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F5D; }

 p { color: rgb(186,31,93); }

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

background-color css

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

 a { background-color: rgb(186,31,93); }

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

border-color css

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

 span { border-color: rgb(186,31,93); }

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