Html Css Color HEX #BA442D Grenadier

📋 copy color: '#BA442D'

red 186 ◦ green 68 ◦ blue 45

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

Shades of Grenadier #BA442D

Tints of Grenadier #BA442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

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

R = 62.21%
G = 22.74%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA442D (or 0xBA442D) is known color: Grenadier. HEX triplet: BA, 44 and 2D. RGB value is (186,68,45). Sum of RGB (Red+Green+Blue) = 186+68+45=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA442D is #45BBD2. Grayscale: #646464. Windows color (decimal): -4570067 or 2966714. OLE color: 2966714.

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

Color convert

RGB 186 68 45 -
CMYK 0 0.63 0.76 0.27
HSL 9.79º 0.61% 0.45% -
HSV(B) 9.79º 0.76% 0.73% -
XYZ 22.79 14.76 4.13 -
YUV 100.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 186 68 45 0 0.63 0.76 0.27 9.79 0.61 0.45
Hex BA 44 2D 0 3F 4C 1B A 3D 2D
Octal 272 104 55 0 77 114 33 12 75 55
Binary 10111010 1000100 101101 0 111111 1001100 11011 1010 111101 101101

Color Harmonies of #BA442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA442D

Black with #BA442D

Text Example


Text Example

White with #BA442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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