Html Css Color HEX #BA2846 Old Rose

📋 copy color: '#BA2846'

red 186 ◦ green 40 ◦ blue 70

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

Shades of Old Rose #BA2846

Tints of Old Rose #BA2846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

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

R = 62.84%
G = 13.51%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2846 (or 0xBA2846) is known color: Old Rose. HEX triplet: BA, 28 and 46. RGB value is (186,40,70). Sum of RGB (Red+Green+Blue) = 186+40+70=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2846 is #45D7B9. Grayscale: #575757. Windows color (decimal): -4577210 or 4597946. OLE color: 4597946.

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

Color convert

RGB 186 40 70 -
CMYK 0 0.78 0.62 0.27
HSL 347.67º 0.65% 0.44% -
HSV(B) 347.67º 0.78% 0.73% -
XYZ 22.11 12.4 7.02 -
YUV 87.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 186 40 70 0 0.78 0.62 0.27 347.67 0.65 0.44
Hex BA 28 46 0 4E 3E 1B 15C 41 2C
Octal 272 50 106 0 116 76 33 534 101 54
Binary 10111010 101000 1000110 0 1001110 111110 11011 101011100 1000001 101100

Color Harmonies of #BA2846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2846

Black with #BA2846

Text Example


Text Example

White with #BA2846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2846; }

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

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

background-color css

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

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

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

border-color css

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

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

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