Html Css Color HEX #BA442B Grenadier

📋 copy color: '#BA442B'

red 186 ◦ green 68 ◦ blue 43

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

Shades of Grenadier #BA442B

Tints of Grenadier #BA442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 62.63%
G = 22.9%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA442B (or 0xBA442B) is known color: Grenadier. HEX triplet: BA, 44 and 2B. RGB value is (186,68,43). Sum of RGB (Red+Green+Blue) = 186+68+43=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA442B is #45BBD4. Grayscale: #646464. Windows color (decimal): -4570069 or 2835642. OLE color: 2835642.

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

Color convert

RGB 186 68 43 -
CMYK 0 0.63 0.77 0.27
HSL 10.49º 0.62% 0.45% -
HSV(B) 10.49º 0.77% 0.73% -
XYZ 22.75 14.75 3.93 -
YUV 100.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 186 68 43 0 0.63 0.77 0.27 10.49 0.62 0.45
Hex BA 44 2B 0 3F 4D 1B A 3E 2D
Octal 272 104 53 0 77 115 33 12 76 55
Binary 10111010 1000100 101011 0 111111 1001101 11011 1010 111110 101101

Color Harmonies of #BA442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA442B

Black with #BA442B

Text Example


Text Example

White with #BA442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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