Html Css Color HEX #BA3846 Old Rose

📋 copy color: '#BA3846'

red 186 ◦ green 56 ◦ blue 70

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

Shades of Old Rose #BA3846

Tints of Old Rose #BA3846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

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

R = 59.62%
G = 17.95%
B = 22.44%

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

#BA3846 (or 0xBA3846) is known color: Old Rose. HEX triplet: BA, 38 and 46. RGB value is (186,56,70). Sum of RGB (Red+Green+Blue) = 186+56+70=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3846 is #45C7B9. Grayscale: #606060. Windows color (decimal): -4573114 or 4602042. OLE color: 4602042.

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

Color convert

RGB 186 56 70 -
CMYK 0 0.70 0.62 0.27
HSL 353.54º 0.54% 0.47% -
HSV(B) 353.54º 0.7% 0.73% -
XYZ 22.77 13.71 7.24 -
YUV 96.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 186 56 70 0 0.70 0.62 0.27 353.54 0.54 0.47
Hex BA 38 46 0 46 3E 1B 162 36 2F
Octal 272 70 106 0 106 76 33 542 66 57
Binary 10111010 111000 1000110 0 1000110 111110 11011 101100010 110110 101111

Color Harmonies of #BA3846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3846

Black with #BA3846

Text Example


Text Example

White with #BA3846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3846; }

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

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

background-color css

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

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

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

border-color css

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

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

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