Html Css Color HEX #BA452C Grenadier

📋 copy color: '#BA452C'

red 186 ◦ green 69 ◦ blue 44

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

Shades of Grenadier #BA452C

Tints of Grenadier #BA452C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 62.21%
G = 23.08%
B = 14.72%

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

#BA452C (or 0xBA452C) is known color: Grenadier. HEX triplet: BA, 45 and 2C. RGB value is (186,69,44). Sum of RGB (Red+Green+Blue) = 186+69+44=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA452C is #45BAD3. Grayscale: #656565. Windows color (decimal): -4569812 or 2901434. OLE color: 2901434.

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

Color convert

RGB 186 69 44 -
CMYK 0 0.63 0.76 0.27
HSL 10.56º 0.62% 0.45% -
HSV(B) 10.56º 0.76% 0.73% -
XYZ 22.83 14.88 4.05 -
YUV 101.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 186 69 44 0 0.63 0.76 0.27 10.56 0.62 0.45
Hex BA 45 2C 0 3F 4C 1B B 3E 2D
Octal 272 105 54 0 77 114 33 13 76 55
Binary 10111010 1000101 101100 0 111111 1001100 11011 1011 111110 101101

Color Harmonies of #BA452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA452C

Black with #BA452C

Text Example


Text Example

White with #BA452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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