Html Css Color HEX #BA2844 Old Rose

📋 copy color: '#BA2844'

red 186 ◦ green 40 ◦ blue 68

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

Shades of Old Rose #BA2844

Tints of Old Rose #BA2844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 63.27%
G = 13.61%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA2844 (or 0xBA2844) is known color: Old Rose. HEX triplet: BA, 28 and 44. RGB value is (186,40,68). Sum of RGB (Red+Green+Blue) = 186+40+68=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2844 is #45D7BB. Grayscale: #565656. Windows color (decimal): -4577212 or 4466874. OLE color: 4466874.

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

Color convert

RGB 186 40 68 -
CMYK 0 0.78 0.63 0.27
HSL 348.49º 0.65% 0.44% -
HSV(B) 348.49º 0.78% 0.73% -
XYZ 22.05 12.37 6.7 -
YUV 86.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 186 40 68 0 0.78 0.63 0.27 348.49 0.65 0.44
Hex BA 28 44 0 4E 3F 1B 15C 41 2C
Octal 272 50 104 0 116 77 33 534 101 54
Binary 10111010 101000 1000100 0 1001110 111111 11011 101011100 1000001 101100

Color Harmonies of #BA2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2844

Black with #BA2844

Text Example


Text Example

White with #BA2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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