#c3422e

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

Shades of Grenadier #C3422E

Tints of Grenadier #C3422E

Color information

#C3422E (or 0xC3422E) is unknown color: approx Grenadier. HEX triplet: C3, 42 and 2E. RGB value is (195,66,46). Sum of RGB (Red+Green+Blue) = 195+66+46=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3422E is #3CBDD1. Grayscale: #666666. Windows color (decimal): -3980754 or 3031747. OLE color: 3031747.

HSL color Cylindrical-coordinate representation of color #C3422E: hue angle of 8.05º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3422E is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB1956646-
CMYK00.660.760.24
HSL8.05º61.83%47.25%-
HSV(B)8.05º76.41%76.47%-
XYZ24.9515.74.3-
YUV102.2996.24194.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.52%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=63.52%
G=21.50%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195664600.660.760.248.0561.8347.25
HexC3422E0424C1883e2f
Octal30310256010211430107657
Binary110000111000010101110010000101001100110001000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3422e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3422e; }

 p { color: rgb(195,66,46); }

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

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

 a { background-color: rgb(195,66,46); }

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

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

 span { border-color: rgb(195,66,46); }

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