Html Css Color HEX #BA2A4F Old Rose

📋 copy color: '#BA2A4F'

red 186 ◦ green 42 ◦ blue 79

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

Shades of Old Rose #BA2A4F

Tints of Old Rose #BA2A4F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.68%

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 60.59%
G = 13.68%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA2A4F (or 0xBA2A4F) is known color: Old Rose. HEX triplet: BA, 2A and 4F. RGB value is (186,42,79). Sum of RGB (Red+Green+Blue) = 186+42+79=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A4F is #45D5B0. Grayscale: #595959. Windows color (decimal): -4576689 or 5188282. OLE color: 5188282.

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

Color convert

RGB 186 42 79 -
CMYK 0 0.77 0.58 0.27
HSL 344.58º 0.63% 0.45% -
HSV(B) 344.58º 0.77% 0.73% -
XYZ 22.49 12.66 8.66 -
YUV 89.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 186 42 79 0 0.77 0.58 0.27 344.58 0.63 0.45
Hex BA 2A 4F 0 4D 3A 1B 159 3F 2D
Octal 272 52 117 0 115 72 33 531 77 55
Binary 10111010 101010 1001111 0 1001101 111010 11011 101011001 111111 101101

Color Harmonies of #BA2A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A4F

Black with #BA2A4F

Text Example


Text Example

White with #BA2A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A4F; }

 p { color: rgb(186,42,79); }

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

background-color css

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

 a { background-color: rgb(186,42,79); }

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

border-color css

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

 span { border-color: rgb(186,42,79); }

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