Html Css Color HEX #BA442E Grenadier

📋 copy color: '#BA442E'

red 186 ◦ green 68 ◦ blue 46

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

Shades of Grenadier #BA442E

Tints of Grenadier #BA442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 62%
G = 22.67%
B = 15.33%

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

#BA442E (or 0xBA442E) is known color: Grenadier. HEX triplet: BA, 44 and 2E. RGB value is (186,68,46). Sum of RGB (Red+Green+Blue) = 186+68+46=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA442E is #45BBD1. Grayscale: #646464. Windows color (decimal): -4570066 or 3032250. OLE color: 3032250.

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

Color convert

RGB 186 68 46 -
CMYK 0 0.63 0.75 0.27
HSL 9.43º 0.6% 0.45% -
HSV(B) 9.43º 0.75% 0.73% -
XYZ 22.81 14.77 4.23 -
YUV 100.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 186 68 46 0 0.63 0.75 0.27 9.43 0.6 0.45
Hex BA 44 2E 0 3F 4B 1B 9 3C 2D
Octal 272 104 56 0 77 113 33 11 74 55
Binary 10111010 1000100 101110 0 111111 1001011 11011 1001 111100 101101

Color Harmonies of #BA442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA442E

Black with #BA442E

Text Example


Text Example

White with #BA442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA442E; }

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

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

background-color css

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

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

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

border-color css

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

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

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