Html Css Color HEX #BA314C Old Rose

📋 copy color: '#BA314C'

red 186 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #BA314C

Tints of Old Rose #BA314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 59.81%
G = 15.76%
B = 24.44%

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

#BA314C (or 0xBA314C) is known color: Old Rose. HEX triplet: BA, 31 and 4C. RGB value is (186,49,76). Sum of RGB (Red+Green+Blue) = 186+49+76=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA314C is #45CEB3. Grayscale: #5D5D5D. Windows color (decimal): -4574900 or 4993466. OLE color: 4993466.

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

Color convert

RGB 186 49 76 -
CMYK 0 0.74 0.59 0.27
HSL 348.18º 0.58% 0.46% -
HSV(B) 348.18º 0.74% 0.73% -
XYZ 22.65 13.16 8.18 -
YUV 93.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 186 49 76 0 0.74 0.59 0.27 348.18 0.58 0.46
Hex BA 31 4C 0 4A 3B 1B 15C 3A 2E
Octal 272 61 114 0 112 73 33 534 72 56
Binary 10111010 110001 1001100 0 1001010 111011 11011 101011100 111010 101110

Color Harmonies of #BA314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA314C

Black with #BA314C

Text Example


Text Example

White with #BA314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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