#BA4C35

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

Shades of Grenadier #BA4C35

Tints of Grenadier #BA4C35

Color information

#BA4C35 (or 0xBA4C35) is unknown color: approx Grenadier. HEX triplet: BA, 4C and 35. RGB value is (186,76,53). Sum of RGB (Red+Green+Blue) = 186+76+53=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C35 is #45B3CA. Grayscale: #6A6A6A. Windows color (decimal): -4568011 or 3493050. OLE color: 3493050.

HSL color Cylindrical-coordinate representation of color #BA4C35: hue angle of 10.38º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA4C35 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1867653-
CMYK00.590.720.27
HSL10.38º55.65%46.86%-
HSV(B)10.38º71.51%72.94%-
XYZ23.4815.875.19-
YUV106.2797.94184.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=59.05%
G=24.13%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186765300.590.720.2710.3855.6546.86
HexBA4C3503B481Ba382f
Octal2721146507311033127057
Binary10111010100110011010101110111001000110111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C35; }

 p { color: rgb(186,76,53); }

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

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

 a { background-color: rgb(186,76,53); }

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

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

 span { border-color: rgb(186,76,53); }

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