#C44A3A

Color #C44A3A Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #C44A3A

Tints of Grenadier #C44A3A

Color information

#C44A3A (or 0xC44A3A) is unknown color: approx Grenadier. HEX triplet: C4, 4A and 3A. RGB value is (196,74,58). Sum of RGB (Red+Green+Blue) = 196+74+58=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A3A is #3BB5C5. Grayscale: #6C6C6C. Windows color (decimal): -3913158 or 3820228. OLE color: 3820228.

HSL color Cylindrical-coordinate representation of color #C44A3A: hue angle of 6.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C44A3A is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1967458-
CMYK00.620.700.23
HSL6.96º54.33%49.8%-
HSV(B)6.96º70.41%76.86%-
XYZ25.9816.945.9-
YUV108.6599.42190.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=59.76%
G=22.56%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196745800.620.700.236.9654.3349.8
HexC44A3A03E461773632
Octal304112720761062776662
Binary1100010010010101110100111110100011010111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44A3A; }

 p { color: rgb(196,74,58); }

 H1.HeaderClassName
 {
   color: #C44A3A;
 }
 .AnyTagClassName
 {
   color: #C44A3A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,74,58); }

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

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

 span { border-color: rgb(196,74,58); }

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