Html Css Color HEX #BA3A4C Old Rose

📋 copy color: '#BA3A4C'

red 186 ◦ green 58 ◦ blue 76

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

Shades of Old Rose #BA3A4C

Tints of Old Rose #BA3A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

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

R = 58.13%
G = 18.13%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA3A4C (or 0xBA3A4C) is known color: Old Rose. HEX triplet: BA, 3A and 4C. RGB value is (186,58,76). Sum of RGB (Red+Green+Blue) = 186+58+76=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A4C is #45C5B3. Grayscale: #626262. Windows color (decimal): -4572596 or 4995770. OLE color: 4995770.

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

Color convert

RGB 186 58 76 -
CMYK 0 0.69 0.59 0.27
HSL 351.56º 0.52% 0.48% -
HSV(B) 351.56º 0.69% 0.73% -
XYZ 23.07 13.99 8.32 -
YUV 98.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 186 58 76 0 0.69 0.59 0.27 351.56 0.52 0.48
Hex BA 3A 4C 0 45 3B 1B 160 34 30
Octal 272 72 114 0 105 73 33 540 64 60
Binary 10111010 111010 1001100 0 1000101 111011 11011 101100000 110100 110000

Color Harmonies of #BA3A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A4C

Black with #BA3A4C

Text Example


Text Example

White with #BA3A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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