Html Css Color HEX #BA4A2A Grenadier

📋 copy color: '#BA4A2A'

red 186 ◦ green 74 ◦ blue 42

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

Shades of Grenadier #BA4A2A

Tints of Grenadier #BA4A2A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.5%

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 61.59%
G = 24.5%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA4A2A (or 0xBA4A2A) is known color: Grenadier. HEX triplet: BA, 4A and 2A. RGB value is (186,74,42). Sum of RGB (Red+Green+Blue) = 186+74+42=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A2A is #45B5D5. Grayscale: #686868. Windows color (decimal): -4568534 or 2771642. OLE color: 2771642.

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

Color convert

RGB 186 74 42 -
CMYK 0 0.60 0.77 0.27
HSL 13.33º 0.63% 0.45% -
HSV(B) 13.33º 0.77% 0.73% -
XYZ 23.12 15.5 3.96 -
YUV 103.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 186 74 42 0 0.60 0.77 0.27 13.33 0.63 0.45
Hex BA 4A 2A 0 3C 4D 1B D 3F 2D
Octal 272 112 52 0 74 115 33 15 77 55
Binary 10111010 1001010 101010 0 111100 1001101 11011 1101 111111 101101

Color Harmonies of #BA4A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A2A

Black with #BA4A2A

Text Example


Text Example

White with #BA4A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A2A; }

 p { color: rgb(186,74,42); }

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

background-color css

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

 a { background-color: rgb(186,74,42); }

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

border-color css

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

 span { border-color: rgb(186,74,42); }

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