Html Css Color HEX #BA452D Grenadier

📋 copy color: '#BA452D'

red 186 ◦ green 69 ◦ blue 45

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

Shades of Grenadier #BA452D

Tints of Grenadier #BA452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

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

R = 62%
G = 23%
B = 15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA452D (or 0xBA452D) is known color: Grenadier. HEX triplet: BA, 45 and 2D. RGB value is (186,69,45). Sum of RGB (Red+Green+Blue) = 186+69+45=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA452D is #45BAD2. Grayscale: #656565. Windows color (decimal): -4569811 or 2966970. OLE color: 2966970.

HSL color Cylindrical-coordinate representation of color #BA452D: hue angle of 10.21º 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 #BA452D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 69 45 -
CMYK 0 0.63 0.76 0.27
HSL 10.21º 0.61% 0.45% -
HSV(B) 10.21º 0.76% 0.73% -
XYZ 22.85 14.88 4.15 -
YUV 101.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 186 69 45 0 0.63 0.76 0.27 10.21 0.61 0.45
Hex BA 45 2D 0 3F 4C 1B A 3D 2D
Octal 272 105 55 0 77 114 33 12 75 55
Binary 10111010 1000101 101101 0 111111 1001100 11011 1010 111101 101101

Color Harmonies of #BA452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA452D

Black with #BA452D

Text Example


Text Example

White with #BA452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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