Html Css Color HEX #BA4C34 Grenadier

📋 copy color: '#BA4C34'

red 186 ◦ green 76 ◦ blue 52

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

Shades of Grenadier #BA4C34

Tints of Grenadier #BA4C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 59.24%
G = 24.2%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4C34 (or 0xBA4C34) is known color: Grenadier. HEX triplet: BA, 4C and 34. RGB value is (186,76,52). Sum of RGB (Red+Green+Blue) = 186+76+52=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C34 is #45B3CB. Grayscale: #6A6A6A. Windows color (decimal): -4568012 or 3427514. OLE color: 3427514.

HSL color Cylindrical-coordinate representation of color #BA4C34: hue angle of 10.75º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA4C34 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 76 52 -
CMYK 0 0.59 0.72 0.27
HSL 10.75º 0.56% 0.47% -
HSV(B) 10.75º 0.72% 0.73% -
XYZ 23.45 15.86 5.07 -
YUV 106.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 186 76 52 0 0.59 0.72 0.27 10.75 0.56 0.47
Hex BA 4C 34 0 3B 48 1B B 38 2F
Octal 272 114 64 0 73 110 33 13 70 57
Binary 10111010 1001100 110100 0 111011 1001000 11011 1011 111000 101111

Color Harmonies of #BA4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C34

Black with #BA4C34

Text Example


Text Example

White with #BA4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C34; }

 p { color: rgb(186,76,52); }

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

background-color css

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

 a { background-color: rgb(186,76,52); }

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

border-color css

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

 span { border-color: rgb(186,76,52); }

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