#c25218

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

Shades of Rust #C25218

Tints of Rust #C25218

Color information

#C25218 (or 0xC25218) is unknown color: approx Rust. HEX triplet: C2, 52 and 18. RGB value is (194,82,24). Sum of RGB (Red+Green+Blue) = 194+82+24=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C25218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25218 is #3DADE7. Grayscale: #6D6D6D. Windows color (decimal): -4042216 or 1594050. OLE color: 1594050.

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

Color convert

RGB1948224-
CMYK00.580.880.24
HSL20.47º77.98%42.75%-
HSV(B)20.47º87.63%76.08%-
XYZ25.4317.572.92-
YUV108.8880.11188.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.67%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 24 (9.77% from 255) = 8%
R=64.67%
G=27.33%
B=8%

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
Decimal194822400.580.880.2420.4777.9842.75
HexC2521803A5818144e2b
Octal30212230072130302411653
Binary110000101010010110000111010101100011000101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25218; }

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

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

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

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

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

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

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

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