Html Css Color HEX #BA442F Grenadier

📋 copy color: '#BA442F'

red 186 ◦ green 68 ◦ blue 47

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

Shades of Grenadier #BA442F

Tints of Grenadier #BA442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 61.79%
G = 22.59%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA442F (or 0xBA442F) is known color: Grenadier. HEX triplet: BA, 44 and 2F. RGB value is (186,68,47). Sum of RGB (Red+Green+Blue) = 186+68+47=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA442F is #45BBD0. Grayscale: #656565. Windows color (decimal): -4570065 or 3097786. OLE color: 3097786.

HSL color Cylindrical-coordinate representation of color #BA442F: hue angle of 9.06º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA442F is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 47 -
CMYK 0 0.63 0.75 0.27
HSL 9.06º 0.6% 0.46% -
HSV(B) 9.06º 0.75% 0.73% -
XYZ 22.83 14.78 4.34 -
YUV 100.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 186 68 47 0 0.63 0.75 0.27 9.06 0.6 0.46
Hex BA 44 2F 0 3F 4B 1B 9 3C 2E
Octal 272 104 57 0 77 113 33 11 74 56
Binary 10111010 1000100 101111 0 111111 1001011 11011 1001 111100 101110

Color Harmonies of #BA442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA442F

Black with #BA442F

Text Example


Text Example

White with #BA442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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