Html Css Color HEX #BA3253 Old Rose

📋 copy color: '#BA3253'

red 186 ◦ green 50 ◦ blue 83

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

Shades of Old Rose #BA3253

Tints of Old Rose #BA3253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 58.31%
G = 15.67%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA3253 (or 0xBA3253) is known color: Old Rose. HEX triplet: BA, 32 and 53. RGB value is (186,50,83). Sum of RGB (Red+Green+Blue) = 186+50+83=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3253 is #45CDAC. Grayscale: #5E5E5E. Windows color (decimal): -4574637 or 5452474. OLE color: 5452474.

HSL color Cylindrical-coordinate representation of color #BA3253: hue angle of 345.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3253 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 83 -
CMYK 0 0.73 0.55 0.27
HSL 345.44º 0.58% 0.46% -
HSV(B) 345.44º 0.73% 0.73% -
XYZ 22.95 13.34 9.55 -
YUV 94.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 186 50 83 0 0.73 0.55 0.27 345.44 0.58 0.46
Hex BA 32 53 0 49 37 1B 159 3A 2E
Octal 272 62 123 0 111 67 33 531 72 56
Binary 10111010 110010 1010011 0 1001001 110111 11011 101011001 111010 101110

Color Harmonies of #BA3253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3253

Black with #BA3253

Text Example


Text Example

White with #BA3253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3253; }

 p { color: rgb(186,50,83); }

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

background-color css

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

 a { background-color: rgb(186,50,83); }

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

border-color css

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

 span { border-color: rgb(186,50,83); }

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