#C44A3D

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

Shades of Grenadier #C44A3D

Tints of Grenadier #C44A3D

Color information

#C44A3D (or 0xC44A3D) is unknown color: approx Grenadier. HEX triplet: C4, 4A and 3D. RGB value is (196,74,61). Sum of RGB (Red+Green+Blue) = 196+74+61=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A3D is #3BB5C2. Grayscale: #6D6D6D. Windows color (decimal): -3913155 or 4016836. OLE color: 4016836.

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

Color convert

RGB1967461-
CMYK00.620.690.23
HSL5.78º53.36%50.39%-
HSV(B)5.78º68.88%76.86%-
XYZ26.0616.976.32-
YUV109100.92190.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.21%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=59.21%
G=22.36%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196746100.620.690.235.7853.3650.39
HexC44A3D03E451763532
Octal304112750761052766562
Binary1100010010010101111010111110100010110111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44A3D; }

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

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

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

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

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

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

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

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