Html Css Color HEX #BA3B52 Old Rose

📋 copy color: '#BA3B52'

red 186 ◦ green 59 ◦ blue 82

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

Shades of Old Rose #BA3B52

Tints of Old Rose #BA3B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 56.88%
G = 18.04%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA3B52 (or 0xBA3B52) is known color: Old Rose. HEX triplet: BA, 3B and 52. RGB value is (186,59,82). Sum of RGB (Red+Green+Blue) = 186+59+82=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B52 is #45C4AD. Grayscale: #636363. Windows color (decimal): -4572334 or 5389242. OLE color: 5389242.

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

Color convert

RGB 186 59 82 -
CMYK 0 0.68 0.56 0.27
HSL 349.13º 0.52% 0.48% -
HSV(B) 349.13º 0.68% 0.73% -
XYZ 23.34 14.18 9.49 -
YUV 99.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 186 59 82 0 0.68 0.56 0.27 349.13 0.52 0.48
Hex BA 3B 52 0 44 38 1B 15D 34 30
Octal 272 73 122 0 104 70 33 535 64 60
Binary 10111010 111011 1010010 0 1000100 111000 11011 101011101 110100 110000

Color Harmonies of #BA3B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B52

Black with #BA3B52

Text Example


Text Example

White with #BA3B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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