#BA472C

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

Shades of Grenadier #BA472C

Tints of Grenadier #BA472C

Color information

#BA472C (or 0xBA472C) is unknown color: approx Grenadier. HEX triplet: BA, 47 and 2C. RGB value is (186,71,44). Sum of RGB (Red+Green+Blue) = 186+71+44=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA472C is #45B8D3. Grayscale: #666666. Windows color (decimal): -4569300 or 2901946. OLE color: 2901946.

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

Color convert

RGB1867144-
CMYK00.620.760.27
HSL11.41º61.74%45.1%-
HSV(B)11.41º76.34%72.94%-
XYZ22.9615.134.09-
YUV102.3195.1187.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 44 (17.58% from 255) = 14.62%
R=61.79%
G=23.59%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186714400.620.760.2711.4161.7445.1
HexBA472C03E4C1Bb3e2d
Octal2721075407611433137655
Binary10111010100011110110001111101001100110111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA472C; }

 p { color: rgb(186,71,44); }

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

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

 a { background-color: rgb(186,71,44); }

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

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

 span { border-color: rgb(186,71,44); }

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