Html Css Color HEX #BA2344 Old Rose

📋 copy color: '#BA2344'

red 186 ◦ green 35 ◦ blue 68

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

Shades of Old Rose #BA2344

Tints of Old Rose #BA2344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

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

R = 64.36%
G = 12.11%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA2344 (or 0xBA2344) is known color: Old Rose. HEX triplet: BA, 23 and 44. RGB value is (186,35,68). Sum of RGB (Red+Green+Blue) = 186+35+68=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2344 is #45DCBB. Grayscale: #535353. Windows color (decimal): -4578492 or 4465594. OLE color: 4465594.

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

Color convert

RGB 186 35 68 -
CMYK 0 0.81 0.63 0.27
HSL 346.89º 0.68% 0.43% -
HSV(B) 346.89º 0.81% 0.73% -
XYZ 21.89 12.06 6.64 -
YUV 83.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 186 35 68 0 0.81 0.63 0.27 346.89 0.68 0.43
Hex BA 23 44 0 51 3F 1B 15B 44 2B
Octal 272 43 104 0 121 77 33 533 104 53
Binary 10111010 100011 1000100 0 1010001 111111 11011 101011011 1000100 101011

Color Harmonies of #BA2344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2344

Black with #BA2344

Text Example


Text Example

White with #BA2344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2344; }

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

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

background-color css

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

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

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

border-color css

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

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

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