#C34C18

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

Shades of Rust #C34C18

Tints of Rust #C34C18

Color information

#C34C18 (or 0xC34C18) is unknown color: approx Rust. HEX triplet: C3, 4C and 18. RGB value is (195,76,24). Sum of RGB (Red+Green+Blue) = 195+76+24=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34C18 is #3CB3E7. Grayscale: #696969. Windows color (decimal): -3978216 or 1592515. OLE color: 1592515.

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

Color convert

RGB1957624-
CMYK00.610.880.24
HSL18.25º78.08%42.94%-
HSV(B)18.25º87.69%76.47%-
XYZ25.2516.842.78-
YUV105.6581.92191.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.10%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=66.10%
G=25.76%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195762400.610.880.2418.2578.0842.94
HexC34C1803D5818124e2b
Octal30311430075130302211653
Binary110000111001100110000111101101100011000100101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C18; }

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

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

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

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

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

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

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

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