Html Css Color HEX #BA2053 Old Rose

📋 copy color: '#BA2053'

red 186 ◦ green 32 ◦ blue 83

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

Shades of Old Rose #BA2053

Tints of Old Rose #BA2053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 61.79%
G = 10.63%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2053 (or 0xBA2053) is known color: Old Rose. HEX triplet: BA, 20 and 53. RGB value is (186,32,83). Sum of RGB (Red+Green+Blue) = 186+32+83=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2053 is #45DFAC. Grayscale: #535353. Windows color (decimal): -4579245 or 5447866. OLE color: 5447866.

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

Color convert

RGB 186 32 83 -
CMYK 0 0.83 0.55 0.27
HSL 340.13º 0.71% 0.43% -
HSV(B) 340.13º 0.83% 0.73% -
XYZ 22.33 12.1 9.34 -
YUV 83.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 186 32 83 0 0.83 0.55 0.27 340.13 0.71 0.43
Hex BA 20 53 0 53 37 1B 154 47 2B
Octal 272 40 123 0 123 67 33 524 107 53
Binary 10111010 100000 1010011 0 1010011 110111 11011 101010100 1000111 101011

Color Harmonies of #BA2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2053

Black with #BA2053

Text Example


Text Example

White with #BA2053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2053; }

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

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

background-color css

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

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

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

border-color css

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

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

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