#BA2D30

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

Shades of Mahogany #BA2D30

Tints of Mahogany #BA2D30

Color information

#BA2D30 (or 0xBA2D30) is unknown color: approx Mahogany. HEX triplet: BA, 2D and 30. RGB value is (186,45,48). Sum of RGB (Red+Green+Blue) = 186+45+48=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D30 is #45D2CF. Grayscale: #575757. Windows color (decimal): -4575952 or 3157434. OLE color: 3157434.

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

Color convert

RGB1864548-
CMYK00.760.740.27
HSL358.72º61.04%45.29%-
HSV(B)358.72º75.81%72.94%-
XYZ21.7212.534.07-
YUV87.5105.71198.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=66.67%
G=16.13%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186454800.760.740.27358.7261.0445.29
HexBA2D3004C4A1B1673d2d
Octal27255600114112335477555
Binary1011101010110111000001001100100101011011101100111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D30; }

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

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

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

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

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

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

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

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