#C25118

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

Shades of Rust #C25118

Tints of Rust #C25118

Color information

#C25118 (or 0xC25118) is unknown color: approx Rust. HEX triplet: C2, 51 and 18. RGB value is (194,81,24). Sum of RGB (Red+Green+Blue) = 194+81+24=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25118 is #3DAEE7. Grayscale: #6C6C6C. Windows color (decimal): -4042472 or 1593794. OLE color: 1593794.

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

Color convert

RGB1948124-
CMYK00.580.880.24
HSL20.12º77.98%42.75%-
HSV(B)20.12º87.63%76.08%-
XYZ25.3617.422.89-
YUV108.2980.44189.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=64.88%
G=27.09%
B=8.03%

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
Decimal194812400.580.880.2420.1277.9842.75
HexC2511803A5818144e2b
Octal30212130072130302411653
Binary110000101010001110000111010101100011000101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25118; }

 p { color: rgb(194,81,24); }

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

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

 a { background-color: rgb(194,81,24); }

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

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

 span { border-color: rgb(194,81,24); }

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