#BA432B

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

Shades of Grenadier #BA432B

Tints of Grenadier #BA432B

Color information

#BA432B (or 0xBA432B) is unknown color: approx Grenadier. HEX triplet: BA, 43 and 2B. RGB value is (186,67,43). Sum of RGB (Red+Green+Blue) = 186+67+43=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA432B is #45BCD4. Grayscale: #646464. Windows color (decimal): -4570325 or 2835386. OLE color: 2835386.

HSL color Cylindrical-coordinate representation of color #BA432B: hue angle of 10.07º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA432B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1866743-
CMYK00.640.770.27
HSL10.07º62.45%44.9%-
HSV(B)10.07º76.88%72.94%-
XYZ22.6914.633.91-
YUV99.8495.92189.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=62.84%
G=22.64%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186674300.640.770.2710.0762.4544.9
HexBA432B0404D1Ba3e2d
Octal27210353010011533127655
Binary101110101000011101011010000001001101110111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA432B; }

 p { color: rgb(186,67,43); }

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

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

 a { background-color: rgb(186,67,43); }

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

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

 span { border-color: rgb(186,67,43); }

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