Html Css Color HEX #BA3046 Old Rose

📋 copy color: '#BA3046'

red 186 ◦ green 48 ◦ blue 70

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

Shades of Old Rose #BA3046

Tints of Old Rose #BA3046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 61.18%
G = 15.79%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA3046 (or 0xBA3046) is known color: Old Rose. HEX triplet: BA, 30 and 46. RGB value is (186,48,70). Sum of RGB (Red+Green+Blue) = 186+48+70=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3046 is #45CFB9. Grayscale: #5B5B5B. Windows color (decimal): -4575162 or 4599994. OLE color: 4599994.

HSL color Cylindrical-coordinate representation of color #BA3046: hue angle of 350.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3046 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 70 -
CMYK 0 0.74 0.62 0.27
HSL 350.43º 0.59% 0.46% -
HSV(B) 350.43º 0.74% 0.73% -
XYZ 22.41 13 7.12 -
YUV 91.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 186 48 70 0 0.74 0.62 0.27 350.43 0.59 0.46
Hex BA 30 46 0 4A 3E 1B 15E 3B 2E
Octal 272 60 106 0 112 76 33 536 73 56
Binary 10111010 110000 1000110 0 1001010 111110 11011 101011110 111011 101110

Color Harmonies of #BA3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3046

Black with #BA3046

Text Example


Text Example

White with #BA3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3046; }

 p { color: rgb(186,48,70); }

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

background-color css

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

 a { background-color: rgb(186,48,70); }

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

border-color css

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

 span { border-color: rgb(186,48,70); }

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