#c5420f

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

Shades of Rust #C5420F

Tints of Rust #C5420F

Color information

#C5420F (or 0xC5420F) is unknown color: approx Rust. HEX triplet: C5, 42 and 0F. RGB value is (197,66,15). Sum of RGB (Red+Green+Blue) = 197+66+15=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5420F is #3ABDF0. Grayscale: #636363. Windows color (decimal): -3849713 or 1000133. OLE color: 1000133.

HSL color Cylindrical-coordinate representation of color #C5420F: hue angle of 16.81º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5420F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB1976615-
CMYK00.660.920.23
HSL16.81º85.85%41.57%-
HSV(B)16.81º92.39%77.25%-
XYZ25.0615.82.18-
YUV99.3580.4197.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.86%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 15 (6.25% from 255) = 5.40%
R=70.86%
G=23.74%
B=5.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197661500.660.920.2316.8185.8541.57
HexC542F0425C1711562a
Octal305102170102134272112652
Binary110001011000010111101000010101110010111100011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5420f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5420f; }

 p { color: rgb(197,66,15); }

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

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

 a { background-color: rgb(197,66,15); }

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

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

 span { border-color: rgb(197,66,15); }

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