Html Css Color HEX #BA2446 Old Rose

📋 copy color: '#BA2446'

red 186 ◦ green 36 ◦ blue 70

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

Shades of Old Rose #BA2446

Tints of Old Rose #BA2446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 63.7%
G = 12.33%
B = 23.97%

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

#BA2446 (or 0xBA2446) is known color: Old Rose. HEX triplet: BA, 24 and 46. RGB value is (186,36,70). Sum of RGB (Red+Green+Blue) = 186+36+70=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2446 is #45DBB9. Grayscale: #545454. Windows color (decimal): -4578234 or 4596922. OLE color: 4596922.

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

Color convert

RGB 186 36 70 -
CMYK 0 0.81 0.62 0.27
HSL 346.4º 0.68% 0.44% -
HSV(B) 346.4º 0.81% 0.73% -
XYZ 21.99 12.14 6.98 -
YUV 84.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 186 36 70 0 0.81 0.62 0.27 346.4 0.68 0.44
Hex BA 24 46 0 51 3E 1B 15A 44 2C
Octal 272 44 106 0 121 76 33 532 104 54
Binary 10111010 100100 1000110 0 1010001 111110 11011 101011010 1000100 101100

Color Harmonies of #BA2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2446

Black with #BA2446

Text Example


Text Example

White with #BA2446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2446; }

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

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

background-color css

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

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

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

border-color css

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

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

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