Html Css Color HEX #BA2146 Old Rose

📋 copy color: '#BA2146'

red 186 ◦ green 33 ◦ blue 70

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

Shades of Old Rose #BA2146

Tints of Old Rose #BA2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

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

R = 64.36%
G = 11.42%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2146 (or 0xBA2146) is known color: Old Rose. HEX triplet: BA, 21 and 46. RGB value is (186,33,70). Sum of RGB (Red+Green+Blue) = 186+33+70=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2146 is #45DEB9. Grayscale: #525252. Windows color (decimal): -4579002 or 4596154. OLE color: 4596154.

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

Color convert

RGB 186 33 70 -
CMYK 0 0.82 0.62 0.27
HSL 345.49º 0.7% 0.43% -
HSV(B) 345.49º 0.82% 0.73% -
XYZ 21.9 11.97 6.95 -
YUV 82.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 186 33 70 0 0.82 0.62 0.27 345.49 0.7 0.43
Hex BA 21 46 0 52 3E 1B 159 46 2B
Octal 272 41 106 0 122 76 33 531 106 53
Binary 10111010 100001 1000110 0 1010010 111110 11011 101011001 1000110 101011

Color Harmonies of #BA2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2146

Black with #BA2146

Text Example


Text Example

White with #BA2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2146; }

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

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

background-color css

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

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

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

border-color css

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

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

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