#BA452F

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

Shades of Grenadier #BA452F

Tints of Grenadier #BA452F

Color information

#BA452F (or 0xBA452F) is unknown color: approx Grenadier. HEX triplet: BA, 45 and 2F. RGB value is (186,69,47). Sum of RGB (Red+Green+Blue) = 186+69+47=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA452F is #45BAD0. Grayscale: #656565. Windows color (decimal): -4569809 or 3098042. OLE color: 3098042.

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

Color convert

RGB1866947-
CMYK00.630.750.27
HSL9.5º59.66%45.69%-
HSV(B)9.5º74.73%72.94%-
XYZ22.8914.94.36-
YUV101.4897.26188.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.59%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=61.59%
G=22.85%
B=15.56%

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
Decimal186694700.630.750.279.559.6645.69
HexBA452F03F4B1B93c2e
Octal2721055707711333117456
Binary10111010100010110111101111111001011110111001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA452F; }

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

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

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

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

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

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

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

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