#C25115

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

Shades of Rust #C25115

Tints of Rust #C25115

Color information

#C25115 (or 0xC25115) is unknown color: approx Rust. HEX triplet: C2, 51 and 15. RGB value is (194,81,21). Sum of RGB (Red+Green+Blue) = 194+81+21=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C25115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25115 is #3DAEEA. Grayscale: #6C6C6C. Windows color (decimal): -4042475 or 1397186. OLE color: 1397186.

HSL color Cylindrical-coordinate representation of color #C25115: hue angle of 20.81º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C25115 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1948121-
CMYK00.580.890.24
HSL20.81º80.47%42.16%-
HSV(B)20.81º89.18%76.08%-
XYZ25.3317.412.73-
YUV107.9578.94189.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.54%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 21 (8.59% from 255) = 7.09%
R=65.54%
G=27.36%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194812100.580.890.2420.8180.4742.16
HexC2511503A591815502a
Octal30212125072131302512052
Binary110000101010001101010111010101100111000101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25115; }

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

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

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

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

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

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

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

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