Html Css Color HEX #BA2246 Old Rose

📋 copy color: '#BA2246'

red 186 ◦ green 34 ◦ blue 70

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

Shades of Old Rose #BA2246

Tints of Old Rose #BA2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

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

R = 64.14%
G = 11.72%
B = 24.14%

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

#BA2246 (or 0xBA2246) is known color: Old Rose. HEX triplet: BA, 22 and 46. RGB value is (186,34,70). Sum of RGB (Red+Green+Blue) = 186+34+70=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2246 is #45DDB9. Grayscale: #535353. Windows color (decimal): -4578746 or 4596410. OLE color: 4596410.

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

Color convert

RGB 186 34 70 -
CMYK 0 0.82 0.62 0.27
HSL 345.79º 0.69% 0.43% -
HSV(B) 345.79º 0.82% 0.73% -
XYZ 21.93 12.03 6.96 -
YUV 83.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 186 34 70 0 0.82 0.62 0.27 345.79 0.69 0.43
Hex BA 22 46 0 52 3E 1B 15A 45 2B
Octal 272 42 106 0 122 76 33 532 105 53
Binary 10111010 100010 1000110 0 1010010 111110 11011 101011010 1000101 101011

Color Harmonies of #BA2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2246

Black with #BA2246

Text Example


Text Example

White with #BA2246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2246; }

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

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

background-color css

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

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

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

border-color css

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

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

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