#C3473F

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

Shades of Grenadier #C3473F

Tints of Grenadier #C3473F

Color information

#C3473F (or 0xC3473F) is unknown color: approx Grenadier. HEX triplet: C3, 47 and 3F. RGB value is (195,71,63). Sum of RGB (Red+Green+Blue) = 195+71+63=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3473F is #3CB8C0. Grayscale: #6B6B6B. Windows color (decimal): -3979457 or 4147139. OLE color: 4147139.

HSL color Cylindrical-coordinate representation of color #C3473F: hue angle of 3.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3473F is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1957163-
CMYK00.640.680.24
HSL3.64º52.38%50.59%-
HSV(B)3.64º67.69%76.47%-
XYZ25.6616.476.53-
YUV107.16103.08190.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 63 (25% from 255) = 19.15%
R=59.27%
G=21.58%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195716300.640.680.243.6452.3850.59
HexC3473F040441843433
Octal3031077701001043046463
Binary11000011100011111111101000000100010011000100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3473F; }

 p { color: rgb(195,71,63); }

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

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

 a { background-color: rgb(195,71,63); }

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

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

 span { border-color: rgb(195,71,63); }

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