#C35117

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

Shades of Rust #C35117

Tints of Rust #C35117

Color information

#C35117 (or 0xC35117) is unknown color: approx Rust. HEX triplet: C3, 51 and 17. RGB value is (195,81,23). Sum of RGB (Red+Green+Blue) = 195+81+23=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C35117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35117 is #3CAEE8. Grayscale: #6C6C6C. Windows color (decimal): -3976937 or 1528259. OLE color: 1528259.

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

Color convert

RGB1958123-
CMYK00.580.880.24
HSL20.23º78.9%42.75%-
HSV(B)20.23º88.21%76.47%-
XYZ25.617.552.85-
YUV108.4779.77189.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.22%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 23 (9.38% from 255) = 7.69%
R=65.22%
G=27.09%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195812300.580.880.2420.2378.942.75
HexC3511703A5818144f2b
Octal30312127072130302411753
Binary110000111010001101110111010101100011000101001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35117; }

 p { color: rgb(195,81,23); }

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

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

 a { background-color: rgb(195,81,23); }

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

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

 span { border-color: rgb(195,81,23); }

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