#BA3A3D

Color #BA3A3D Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #BA3A3D

Tints of Mahogany #BA3A3D

Color information

#BA3A3D (or 0xBA3A3D) is unknown color: approx Mahogany. HEX triplet: BA, 3A and 3D. RGB value is (186,58,61). Sum of RGB (Red+Green+Blue) = 186+58+61=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A3D is #45C5C2. Grayscale: #606060. Windows color (decimal): -4572611 or 4012730. OLE color: 4012730.

HSL color Cylindrical-coordinate representation of color #BA3A3D: hue angle of 358.59º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A3D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1865861-
CMYK00.690.670.27
HSL358.59º52.46%47.84%-
HSV(B)358.59º68.82%72.94%-
XYZ22.6113.85.89-
YUV96.61107.91191.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 61 (24.22% from 255) = 20%
R=60.98%
G=19.02%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186586100.690.670.27358.5952.4647.84
HexBA3A3D045431B1673430
Octal27272750105103335476460
Binary1011101011101011110101000101100001111011101100111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3A3D; }

 p { color: rgb(186,58,61); }

 H1.HeaderClassName
 {
   color: #BA3A3D;
 }
 .AnyTagClassName
 {
   color: #BA3A3D;
 }
</style>
background-color css

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

 a { background-color: rgb(186,58,61); }

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

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

 span { border-color: rgb(186,58,61); }

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