Html Css Color HEX #BA2942 Old Rose

📋 copy color: '#BA2942'

red 186 ◦ green 41 ◦ blue 66

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

Shades of Old Rose #BA2942

Tints of Old Rose #BA2942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 63.48%
G = 13.99%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2942 (or 0xBA2942) is known color: Old Rose. HEX triplet: BA, 29 and 42. RGB value is (186,41,66). Sum of RGB (Red+Green+Blue) = 186+41+66=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2942 is #45D6BD. Grayscale: #575757. Windows color (decimal): -4576958 or 4336058. OLE color: 4336058.

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

Color convert

RGB 186 41 66 -
CMYK 0 0.78 0.65 0.27
HSL 349.66º 0.64% 0.45% -
HSV(B) 349.66º 0.78% 0.73% -
XYZ 22.03 12.42 6.39 -
YUV 87.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 186 41 66 0 0.78 0.65 0.27 349.66 0.64 0.45
Hex BA 29 42 0 4E 41 1B 15E 40 2D
Octal 272 51 102 0 116 101 33 536 100 55
Binary 10111010 101001 1000010 0 1001110 1000001 11011 101011110 1000000 101101

Color Harmonies of #BA2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2942

Black with #BA2942

Text Example


Text Example

White with #BA2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2942; }

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

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

background-color css

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

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

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

border-color css

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

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

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