#C74A3B

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

Shades of Grenadier #C74A3B

Tints of Grenadier #C74A3B

Color information

#C74A3B (or 0xC74A3B) is unknown color: approx Grenadier. HEX triplet: C7, 4A and 3B. RGB value is (199,74,59). Sum of RGB (Red+Green+Blue) = 199+74+59=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A3B is #38B5C4. Grayscale: #6D6D6D. Windows color (decimal): -3716549 or 3885767. OLE color: 3885767.

HSL color Cylindrical-coordinate representation of color #C74A3B: hue angle of 6.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C74A3B is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB1997459-
CMYK00.630.700.22
HSL6.43º55.56%50.59%-
HSV(B)6.43º70.35%78.04%-
XYZ26.7917.366.08-
YUV109.6699.41191.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.94%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=59.94%
G=22.29%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199745900.630.700.226.4355.5650.59
HexC74A3B03F461663833
Octal307112730771062667063
Binary1100011110010101110110111111100011010110110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74A3B; }

 p { color: rgb(199,74,59); }

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

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

 a { background-color: rgb(199,74,59); }

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

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

 span { border-color: rgb(199,74,59); }

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