Html Css Color HEX #BA2447 Old Rose

📋 copy color: '#BA2447'

red 186 ◦ green 36 ◦ blue 71

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

Shades of Old Rose #BA2447

Tints of Old Rose #BA2447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.29%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 63.48%
G = 12.29%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2447 (or 0xBA2447) is known color: Old Rose. HEX triplet: BA, 24 and 47. RGB value is (186,36,71). Sum of RGB (Red+Green+Blue) = 186+36+71=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2447 is #45DBB8. Grayscale: #545454. Windows color (decimal): -4578233 or 4662458. OLE color: 4662458.

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

Color convert

RGB 186 36 71 -
CMYK 0 0.81 0.62 0.27
HSL 346º 0.68% 0.44% -
HSV(B) 346º 0.81% 0.73% -
XYZ 22.02 12.16 7.15 -
YUV 84.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 186 36 71 0 0.81 0.62 0.27 346 0.68 0.44
Hex BA 24 47 0 51 3E 1B 15A 44 2C
Octal 272 44 107 0 121 76 33 532 104 54
Binary 10111010 100100 1000111 0 1010001 111110 11011 101011010 1000100 101100

Color Harmonies of #BA2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2447

Black with #BA2447

Text Example


Text Example

White with #BA2447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2447; }

 p { color: rgb(186,36,71); }

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

background-color css

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

 a { background-color: rgb(186,36,71); }

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

border-color css

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

 span { border-color: rgb(186,36,71); }

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