Html Css Color HEX #BA314D Old Rose

📋 copy color: '#BA314D'

red 186 ◦ green 49 ◦ blue 77

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

Shades of Old Rose #BA314D

Tints of Old Rose #BA314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

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

R = 59.62%
G = 15.71%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA314D (or 0xBA314D) is known color: Old Rose. HEX triplet: BA, 31 and 4D. RGB value is (186,49,77). Sum of RGB (Red+Green+Blue) = 186+49+77=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA314D is #45CEB2. Grayscale: #5D5D5D. Windows color (decimal): -4574899 or 5059002. OLE color: 5059002.

HSL color Cylindrical-coordinate representation of color #BA314D: hue angle of 347.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA314D is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 77 -
CMYK 0 0.74 0.59 0.27
HSL 347.74º 0.58% 0.46% -
HSV(B) 347.74º 0.74% 0.73% -
XYZ 22.69 13.17 8.37 -
YUV 93.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 186 49 77 0 0.74 0.59 0.27 347.74 0.58 0.46
Hex BA 31 4D 0 4A 3B 1B 15C 3A 2E
Octal 272 61 115 0 112 73 33 534 72 56
Binary 10111010 110001 1001101 0 1001010 111011 11011 101011100 111010 101110

Color Harmonies of #BA314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA314D

Black with #BA314D

Text Example


Text Example

White with #BA314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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