Html Css Color HEX #BA314A Old Rose

📋 copy color: '#BA314A'

red 186 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #BA314A

Tints of Old Rose #BA314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 60.19%
G = 15.86%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA314A (or 0xBA314A) is known color: Old Rose. HEX triplet: BA, 31 and 4A. RGB value is (186,49,74). Sum of RGB (Red+Green+Blue) = 186+49+74=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA314A is #45CEB5. Grayscale: #5C5C5C. Windows color (decimal): -4574902 or 4862394. OLE color: 4862394.

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

Color convert

RGB 186 49 74 -
CMYK 0 0.74 0.60 0.27
HSL 349.05º 0.58% 0.46% -
HSV(B) 349.05º 0.74% 0.73% -
XYZ 22.58 13.13 7.82 -
YUV 92.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 186 49 74 0 0.74 0.60 0.27 349.05 0.58 0.46
Hex BA 31 4A 0 4A 3C 1B 15D 3A 2E
Octal 272 61 112 0 112 74 33 535 72 56
Binary 10111010 110001 1001010 0 1001010 111100 11011 101011101 111010 101110

Color Harmonies of #BA314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA314A

Black with #BA314A

Text Example


Text Example

White with #BA314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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