#BA4425

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

Shades of Grenadier #BA4425

Tints of Grenadier #BA4425

Color information

#BA4425 (or 0xBA4425) is unknown color: approx Grenadier. HEX triplet: BA, 44 and 25. RGB value is (186,68,37). Sum of RGB (Red+Green+Blue) = 186+68+37=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4425 is #45BBDA. Grayscale: #636363. Windows color (decimal): -4570075 or 2442426. OLE color: 2442426.

HSL color Cylindrical-coordinate representation of color #BA4425: hue angle of 12.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4425 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1866837-
CMYK00.630.800.27
HSL12.48º66.82%43.73%-
HSV(B)12.48º80.11%72.94%-
XYZ22.6514.713.4-
YUV99.7592.59189.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 37 (14.84% from 255) = 12.71%
R=63.92%
G=23.37%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186683700.630.800.2712.4866.8243.73
HexBA442503F501Bc432c
Octal27210445077120331410354
Binary101110101000100100101011111110100001101111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4425; }

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

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

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

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

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

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

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

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