Html Css Color HEX #BA3746 Old Rose

📋 copy color: '#BA3746'

red 186 ◦ green 55 ◦ blue 70

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

Shades of Old Rose #BA3746

Tints of Old Rose #BA3746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

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

R = 59.81%
G = 17.68%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA3746 (or 0xBA3746) is known color: Old Rose. HEX triplet: BA, 37 and 46. RGB value is (186,55,70). Sum of RGB (Red+Green+Blue) = 186+55+70=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3746 is #45C8B9. Grayscale: #5F5F5F. Windows color (decimal): -4573370 or 4601786. OLE color: 4601786.

HSL color Cylindrical-coordinate representation of color #BA3746: hue angle of 353.13º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3746 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 70 -
CMYK 0 0.70 0.62 0.27
HSL 353.13º 0.54% 0.47% -
HSV(B) 353.13º 0.7% 0.73% -
XYZ 22.72 13.61 7.22 -
YUV 95.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 186 55 70 0 0.70 0.62 0.27 353.13 0.54 0.47
Hex BA 37 46 0 46 3E 1B 161 36 2F
Octal 272 67 106 0 106 76 33 541 66 57
Binary 10111010 110111 1000110 0 1000110 111110 11011 101100001 110110 101111

Color Harmonies of #BA3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3746

Black with #BA3746

Text Example


Text Example

White with #BA3746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3746; }

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

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

background-color css

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

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

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

border-color css

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

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

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