#C3463F

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

Shades of Grenadier #C3463F

Tints of Grenadier #C3463F

Color information

#C3463F (or 0xC3463F) is unknown color: approx Grenadier. HEX triplet: C3, 46 and 3F. RGB value is (195,70,63). Sum of RGB (Red+Green+Blue) = 195+70+63=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3463F is #3CB9C0. Grayscale: #6A6A6A. Windows color (decimal): -3979713 or 4146883. OLE color: 4146883.

HSL color Cylindrical-coordinate representation of color #C3463F: hue angle of 3.18º 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 #C3463F is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1957063-
CMYK00.640.680.24
HSL3.18º52.38%50.59%-
HSV(B)3.18º67.69%76.47%-
XYZ25.5916.346.51-
YUV106.58103.41191.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.45%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 63 (25% from 255) = 19.21%
R=59.45%
G=21.34%
B=19.21%

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
Decimal195706300.640.680.243.1852.3850.59
HexC3463F040441833433
Octal3031067701001043036463
Binary1100001110001101111110100000010001001100011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3463F; }

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

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

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

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

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

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

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

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