Html Css Color HEX #BA3B49 Old Rose

📋 copy color: '#BA3B49'

red 186 ◦ green 59 ◦ blue 73

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

Shades of Old Rose #BA3B49

Tints of Old Rose #BA3B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

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

R = 58.49%
G = 18.55%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3B49 (or 0xBA3B49) is known color: Old Rose. HEX triplet: BA, 3B and 49. RGB value is (186,59,73). Sum of RGB (Red+Green+Blue) = 186+59+73=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B49 is #45C4B6. Grayscale: #626262. Windows color (decimal): -4572343 or 4799418. OLE color: 4799418.

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

Color convert

RGB 186 59 73 -
CMYK 0 0.68 0.61 0.27
HSL 353.39º 0.52% 0.48% -
HSV(B) 353.39º 0.68% 0.73% -
XYZ 23.02 14.05 7.8 -
YUV 98.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 186 59 73 0 0.68 0.61 0.27 353.39 0.52 0.48
Hex BA 3B 49 0 44 3D 1B 161 34 30
Octal 272 73 111 0 104 75 33 541 64 60
Binary 10111010 111011 1001001 0 1000100 111101 11011 101100001 110100 110000

Color Harmonies of #BA3B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B49

Black with #BA3B49

Text Example


Text Example

White with #BA3B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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