#C34E18

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

Shades of Rust #C34E18

Tints of Rust #C34E18

Color information

#C34E18 (or 0xC34E18) is unknown color: approx Rust. HEX triplet: C3, 4E and 18. RGB value is (195,78,24). Sum of RGB (Red+Green+Blue) = 195+78+24=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34E18 is #3CB1E7. Grayscale: #6B6B6B. Windows color (decimal): -3977704 or 1593027. OLE color: 1593027.

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

Color convert

RGB1957824-
CMYK00.60.880.24
HSL18.95º78.08%42.94%-
HSV(B)18.95º87.69%76.47%-
XYZ25.3917.122.83-
YUV106.8381.26190.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.66%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=65.66%
G=26.26%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195782400.60.880.2418.9578.0842.94
HexC34E1803C5818134e2b
Octal30311630074130302311653
Binary110000111001110110000111100101100011000100111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E18; }

 p { color: rgb(195,78,24); }

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

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

 a { background-color: rgb(195,78,24); }

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

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

 span { border-color: rgb(195,78,24); }

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