Html Css Color HEX #BA1953 Old Rose

📋 copy color: '#BA1953'

red 186 ◦ green 25 ◦ blue 83

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

Shades of Old Rose #BA1953

Tints of Old Rose #BA1953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

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

R = 63.27%
G = 8.5%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA1953 (or 0xBA1953) is known color: Old Rose. HEX triplet: BA, 19 and 53. RGB value is (186,25,83). Sum of RGB (Red+Green+Blue) = 186+25+83=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1953 is #45E6AC. Grayscale: #4F4F4F. Windows color (decimal): -4581037 or 5446074. OLE color: 5446074.

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

Color convert

RGB 186 25 83 -
CMYK 0 0.87 0.55 0.27
HSL 338.39º 0.76% 0.41% -
HSV(B) 338.39º 0.87% 0.73% -
XYZ 22.16 11.76 9.29 -
YUV 79.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 186 25 83 0 0.87 0.55 0.27 338.39 0.76 0.41
Hex BA 19 53 0 57 37 1B 152 4C 29
Octal 272 31 123 0 127 67 33 522 114 51
Binary 10111010 11001 1010011 0 1010111 110111 11011 101010010 1001100 101001

Color Harmonies of #BA1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1953

Black with #BA1953

Text Example


Text Example

White with #BA1953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1953; }

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

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

background-color css

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

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

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

border-color css

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

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

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