#C34038

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

Shades of Grenadier #C34038

Tints of Grenadier #C34038

Color information

#C34038 (or 0xC34038) is unknown color: approx Grenadier. HEX triplet: C3, 40 and 38. RGB value is (195,64,56). Sum of RGB (Red+Green+Blue) = 195+64+56=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C34038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34038 is #3CBFC7. Grayscale: #666666. Windows color (decimal): -3981256 or 3686595. OLE color: 3686595.

HSL color Cylindrical-coordinate representation of color #C34038: hue angle of 3.45º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C34038 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1956456-
CMYK00.670.710.24
HSL3.45º55.38%49.22%-
HSV(B)3.45º71.28%76.47%-
XYZ25.0515.555.42-
YUV102.26101.9194.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.90%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=61.90%
G=20.32%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195645600.670.710.243.4555.3849.22
HexC34038043471833731
Octal3031007001031073036761
Binary1100001110000001110000100001110001111100011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34038; }

 p { color: rgb(195,64,56); }

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

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

 a { background-color: rgb(195,64,56); }

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

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

 span { border-color: rgb(195,64,56); }

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