Html Css Color HEX #BA4429 Grenadier

📋 copy color: '#BA4429'

red 186 ◦ green 68 ◦ blue 41

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

Shades of Grenadier #BA4429

Tints of Grenadier #BA4429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 63.05%
G = 23.05%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4429 (or 0xBA4429) is known color: Grenadier. HEX triplet: BA, 44 and 29. RGB value is (186,68,41). Sum of RGB (Red+Green+Blue) = 186+68+41=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4429 is #45BBD6. Grayscale: #646464. Windows color (decimal): -4570071 or 2704570. OLE color: 2704570.

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

Color convert

RGB 186 68 41 -
CMYK 0 0.63 0.78 0.27
HSL 11.17º 0.64% 0.45% -
HSV(B) 11.17º 0.78% 0.73% -
XYZ 22.72 14.73 3.74 -
YUV 100.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 186 68 41 0 0.63 0.78 0.27 11.17 0.64 0.45
Hex BA 44 29 0 3F 4E 1B B 40 2D
Octal 272 104 51 0 77 116 33 13 100 55
Binary 10111010 1000100 101001 0 111111 1001110 11011 1011 1000000 101101

Color Harmonies of #BA4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4429

Black with #BA4429

Text Example


Text Example

White with #BA4429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4429; }

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

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

background-color css

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

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

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

border-color css

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

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

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