Html Css Color HEX #BA462D Grenadier

📋 copy color: '#BA462D'

red 186 ◦ green 70 ◦ blue 45

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

Shades of Grenadier #BA462D

Tints of Grenadier #BA462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 61.79%
G = 23.26%
B = 14.95%

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

#BA462D (or 0xBA462D) is known color: Grenadier. HEX triplet: BA, 46 and 2D. RGB value is (186,70,45). Sum of RGB (Red+Green+Blue) = 186+70+45=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA462D is #45B9D2. Grayscale: #666666. Windows color (decimal): -4569555 or 2967226. OLE color: 2967226.

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

Color convert

RGB 186 70 45 -
CMYK 0 0.62 0.76 0.27
HSL 10.64º 0.61% 0.45% -
HSV(B) 10.64º 0.76% 0.73% -
XYZ 22.91 15.01 4.17 -
YUV 101.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 186 70 45 0 0.62 0.76 0.27 10.64 0.61 0.45
Hex BA 46 2D 0 3E 4C 1B B 3D 2D
Octal 272 106 55 0 76 114 33 13 75 55
Binary 10111010 1000110 101101 0 111110 1001100 11011 1011 111101 101101

Color Harmonies of #BA462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA462D

Black with #BA462D

Text Example


Text Example

White with #BA462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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