Html Css Color HEX #BA462C Grenadier

📋 copy color: '#BA462C'

red 186 ◦ green 70 ◦ blue 44

#BA462C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #BA462C

Tints of Grenadier #BA462C

RGB

 RED value IS 186 (73.05% from 255) = 62%

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 62%
G = 23.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA462C (or 0xBA462C) is known color: Grenadier. HEX triplet: BA, 46 and 2C. RGB value is (186,70,44). Sum of RGB (Red+Green+Blue) = 186+70+44=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA462C is #45B9D3. Grayscale: #656565. Windows color (decimal): -4569556 or 2901690. OLE color: 2901690.

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

Color convert

RGB 186 70 44 -
CMYK 0 0.62 0.76 0.27
HSL 10.99º 0.62% 0.45% -
HSV(B) 10.99º 0.76% 0.73% -
XYZ 22.89 15 4.07 -
YUV 101.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 186 70 44 0 0.62 0.76 0.27 10.99 0.62 0.45
Hex BA 46 2C 0 3E 4C 1B B 3E 2D
Octal 272 106 54 0 76 114 33 13 76 55
Binary 10111010 1000110 101100 0 111110 1001100 11011 1011 111110 101101

Color Harmonies of #BA462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA462C

Black with #BA462C

Text Example


Text Example

White with #BA462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA462C; }

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

 H1.HeaderClassName
 {
   color: #BA462C;
 }
 .AnyTagClassName
 {
   color: #BA462C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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