#c25419

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

Shades of Rust #C25419

Tints of Rust #C25419

Color information

#C25419 (or 0xC25419) is unknown color: approx Rust. HEX triplet: C2, 54 and 19. RGB value is (194,84,25). Sum of RGB (Red+Green+Blue) = 194+84+25=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C25419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25419 is #3DABE6. Grayscale: #6E6E6E. Windows color (decimal): -4041703 or 1660098. OLE color: 1660098.

HSL color Cylindrical-coordinate representation of color #C25419: hue angle of 20.95º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C25419 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1948425-
CMYK00.570.870.24
HSL20.95º77.17%42.94%-
HSV(B)20.95º87.11%76.08%-
XYZ25.5917.883.02-
YUV110.1679.94187.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.03%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 25 (10.16% from 255) = 8.25%
R=64.03%
G=27.72%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194842500.570.870.2420.9577.1742.94
HexC254190395718154d2b
Octal30212431071127302511553
Binary110000101010100110010111001101011111000101011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25419; }

 p { color: rgb(194,84,25); }

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

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

 a { background-color: rgb(194,84,25); }

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

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

 span { border-color: rgb(194,84,25); }

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