Html Css Color HEX #BA2944 Old Rose

📋 copy color: '#BA2944'

red 186 ◦ green 41 ◦ blue 68

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

Shades of Old Rose #BA2944

Tints of Old Rose #BA2944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

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

R = 63.05%
G = 13.9%
B = 23.05%

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

#BA2944 (or 0xBA2944) is known color: Old Rose. HEX triplet: BA, 29 and 44. RGB value is (186,41,68). Sum of RGB (Red+Green+Blue) = 186+41+68=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2944 is #45D6BB. Grayscale: #575757. Windows color (decimal): -4576956 or 4467130. OLE color: 4467130.

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

Color convert

RGB 186 41 68 -
CMYK 0 0.78 0.63 0.27
HSL 348.83º 0.64% 0.45% -
HSV(B) 348.83º 0.78% 0.73% -
XYZ 22.09 12.44 6.71 -
YUV 87.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 186 41 68 0 0.78 0.63 0.27 348.83 0.64 0.45
Hex BA 29 44 0 4E 3F 1B 15D 40 2D
Octal 272 51 104 0 116 77 33 535 100 55
Binary 10111010 101001 1000100 0 1001110 111111 11011 101011101 1000000 101101

Color Harmonies of #BA2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2944

Black with #BA2944

Text Example


Text Example

White with #BA2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2944; }

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

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

background-color css

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

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

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

border-color css

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

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

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