Html Css Color HEX #BA1F4D Old Rose

📋 copy color: '#BA1F4D'

red 186 ◦ green 31 ◦ blue 77

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

Shades of Old Rose #BA1F4D

Tints of Old Rose #BA1F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 63.27%
G = 10.54%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA1F4D (or 0xBA1F4D) is known color: Old Rose. HEX triplet: BA, 1F and 4D. RGB value is (186,31,77). Sum of RGB (Red+Green+Blue) = 186+31+77=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F4D is #45E0B2. Grayscale: #525252. Windows color (decimal): -4579507 or 5054394. OLE color: 5054394.

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

Color convert

RGB 186 31 77 -
CMYK 0 0.83 0.59 0.27
HSL 342.19º 0.71% 0.43% -
HSV(B) 342.19º 0.83% 0.73% -
XYZ 22.08 11.95 8.17 -
YUV 82.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 186 31 77 0 0.83 0.59 0.27 342.19 0.71 0.43
Hex BA 1F 4D 0 53 3B 1B 156 47 2B
Octal 272 37 115 0 123 73 33 526 107 53
Binary 10111010 11111 1001101 0 1010011 111011 11011 101010110 1000111 101011

Color Harmonies of #BA1F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F4D

Black with #BA1F4D

Text Example


Text Example

White with #BA1F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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