Html Css Color HEX #BA482D Grenadier

📋 copy color: '#BA482D'

red 186 ◦ green 72 ◦ blue 45

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

Shades of Grenadier #BA482D

Tints of Grenadier #BA482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 61.39%
G = 23.76%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA482D (or 0xBA482D) is known color: Grenadier. HEX triplet: BA, 48 and 2D. RGB value is (186,72,45). Sum of RGB (Red+Green+Blue) = 186+72+45=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA482D is #45B7D2. Grayscale: #676767. Windows color (decimal): -4569043 or 2967738. OLE color: 2967738.

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

Color convert

RGB 186 72 45 -
CMYK 0 0.61 0.76 0.27
HSL 11.49º 0.61% 0.45% -
HSV(B) 11.49º 0.76% 0.73% -
XYZ 23.04 15.26 4.21 -
YUV 103.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 186 72 45 0 0.61 0.76 0.27 11.49 0.61 0.45
Hex BA 48 2D 0 3D 4C 1B B 3D 2D
Octal 272 110 55 0 75 114 33 13 75 55
Binary 10111010 1001000 101101 0 111101 1001100 11011 1011 111101 101101

Color Harmonies of #BA482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA482D

Black with #BA482D

Text Example


Text Example

White with #BA482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA482D; }

 p { color: rgb(186,72,45); }

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

background-color css

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

 a { background-color: rgb(186,72,45); }

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

border-color css

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

 span { border-color: rgb(186,72,45); }

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