Html Css Color HEX #BA4428 Grenadier

📋 copy color: '#BA4428'

red 186 ◦ green 68 ◦ blue 40

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

Shades of Grenadier #BA4428

Tints of Grenadier #BA4428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 63.27%
G = 23.13%
B = 13.61%

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

#BA4428 (or 0xBA4428) is known color: Grenadier. HEX triplet: BA, 44 and 28. RGB value is (186,68,40). Sum of RGB (Red+Green+Blue) = 186+68+40=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4428 is #45BBD7. Grayscale: #646464. Windows color (decimal): -4570072 or 2639034. OLE color: 2639034.

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

Color convert

RGB 186 68 40 -
CMYK 0 0.63 0.78 0.27
HSL 11.51º 0.65% 0.44% -
HSV(B) 11.51º 0.78% 0.73% -
XYZ 22.7 14.73 3.65 -
YUV 100.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 186 68 40 0 0.63 0.78 0.27 11.51 0.65 0.44
Hex BA 44 28 0 3F 4E 1B C 41 2C
Octal 272 104 50 0 77 116 33 14 101 54
Binary 10111010 1000100 101000 0 111111 1001110 11011 1100 1000001 101100

Color Harmonies of #BA4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4428

Black with #BA4428

Text Example


Text Example

White with #BA4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4428; }

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

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

background-color css

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

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

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

border-color css

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

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

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