#C5471E

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

Shades of Rust #C5471E

Tints of Rust #C5471E

Color information

#C5471E (or 0xC5471E) is unknown color: approx Rust. HEX triplet: C5, 47 and 1E. RGB value is (197,71,30). Sum of RGB (Red+Green+Blue) = 197+71+30=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5471E is #3AB8E1. Grayscale: #686868. Windows color (decimal): -3848418 or 1984453. OLE color: 1984453.

HSL color Cylindrical-coordinate representation of color #C5471E: hue angle of 14.73º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5471E is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1977130-
CMYK00.640.850.23
HSL14.73º73.57%44.51%-
HSV(B)14.73º84.77%77.25%-
XYZ25.5116.473.06-
YUV10486.24194.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.11%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 30 (12.11% from 255) = 10.07%
R=66.11%
G=23.83%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197713000.640.850.2314.7373.5744.51
HexC5471E0405517f4a2d
Octal305107360100125271711255
Binary110001011000111111100100000010101011011111111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5471E; }

 p { color: rgb(197,71,30); }

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

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

 a { background-color: rgb(197,71,30); }

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

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

 span { border-color: rgb(197,71,30); }

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