Html Css Color HEX #BA4426 Grenadier

📋 copy color: '#BA4426'

red 186 ◦ green 68 ◦ blue 38

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

Shades of Grenadier #BA4426

Tints of Grenadier #BA4426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 63.7%
G = 23.29%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4426 (or 0xBA4426) is known color: Grenadier. HEX triplet: BA, 44 and 26. RGB value is (186,68,38). Sum of RGB (Red+Green+Blue) = 186+68+38=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4426 is #45BBD9. Grayscale: #646464. Windows color (decimal): -4570074 or 2507962. OLE color: 2507962.

HSL color Cylindrical-coordinate representation of color #BA4426: hue angle of 12.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4426 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 38 -
CMYK 0 0.63 0.80 0.27
HSL 12.16º 0.66% 0.44% -
HSV(B) 12.16º 0.8% 0.73% -
XYZ 22.67 14.71 3.48 -
YUV 99.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 186 68 38 0 0.63 0.80 0.27 12.16 0.66 0.44
Hex BA 44 26 0 3F 50 1B C 42 2C
Octal 272 104 46 0 77 120 33 14 102 54
Binary 10111010 1000100 100110 0 111111 1010000 11011 1100 1000010 101100

Color Harmonies of #BA4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4426

Black with #BA4426

Text Example


Text Example

White with #BA4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4426; }

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

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

background-color css

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

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

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

border-color css

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

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

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