#C34831

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

Shades of Grenadier #C34831

Tints of Grenadier #C34831

Color information

#C34831 (or 0xC34831) is unknown color: approx Grenadier. HEX triplet: C3, 48 and 31. RGB value is (195,72,49). Sum of RGB (Red+Green+Blue) = 195+72+49=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C34831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34831 is #3CB7CE. Grayscale: #6A6A6A. Windows color (decimal): -3979215 or 3229891. OLE color: 3229891.

HSL color Cylindrical-coordinate representation of color #C34831: hue angle of 9.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C34831 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1957249-
CMYK00.630.750.24
HSL9.45º59.84%47.84%-
HSV(B)9.45º74.87%76.47%-
XYZ25.3816.464.75-
YUV106.1595.75191.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.71%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 49 (19.53% from 255) = 15.51%
R=61.71%
G=22.78%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195724900.630.750.249.4559.8447.84
HexC3483103F4B1893c30
Octal3031106107711330117460
Binary11000011100100011000101111111001011110001001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34831; }

 p { color: rgb(195,72,49); }

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

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

 a { background-color: rgb(195,72,49); }

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

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

 span { border-color: rgb(195,72,49); }

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