Html Css Color HEX #BA3A49 Old Rose

📋 copy color: '#BA3A49'

red 186 ◦ green 58 ◦ blue 73

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

Shades of Old Rose #BA3A49

Tints of Old Rose #BA3A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 58.68%
G = 18.3%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3A49 (or 0xBA3A49) is known color: Old Rose. HEX triplet: BA, 3A and 49. RGB value is (186,58,73). Sum of RGB (Red+Green+Blue) = 186+58+73=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A49 is #45C5B6. Grayscale: #626262. Windows color (decimal): -4572599 or 4799162. OLE color: 4799162.

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

Color convert

RGB 186 58 73 -
CMYK 0 0.69 0.61 0.27
HSL 352.97º 0.52% 0.48% -
HSV(B) 352.97º 0.69% 0.73% -
XYZ 22.97 13.95 7.78 -
YUV 97.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 186 58 73 0 0.69 0.61 0.27 352.97 0.52 0.48
Hex BA 3A 49 0 45 3D 1B 161 34 30
Octal 272 72 111 0 105 75 33 541 64 60
Binary 10111010 111010 1001001 0 1000101 111101 11011 101100001 110100 110000

Color Harmonies of #BA3A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A49

Black with #BA3A49

Text Example


Text Example

White with #BA3A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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