#BA442F

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

Shades of Grenadier #BA442F

Tints of Grenadier #BA442F

Color information

#BA442F (or 0xBA442F) is unknown color: approx Grenadier. HEX triplet: BA, 44 and 2F. RGB value is (186,68,47). Sum of RGB (Red+Green+Blue) = 186+68+47=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA442F is #45BBD0. Grayscale: #656565. Windows color (decimal): -4570065 or 3097786. OLE color: 3097786.

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

Color convert

RGB1866847-
CMYK00.630.750.27
HSL9.06º59.66%45.69%-
HSV(B)9.06º74.73%72.94%-
XYZ22.8314.784.34-
YUV100.8997.59188.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=61.79%
G=22.59%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186684700.630.750.279.0659.6645.69
HexBA442F03F4B1B93c2e
Octal2721045707711333117456
Binary10111010100010010111101111111001011110111001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA442F; }

 p { color: rgb(186,68,47); }

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

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

 a { background-color: rgb(186,68,47); }

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

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

 span { border-color: rgb(186,68,47); }

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