#C54C16

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

Shades of Rust #C54C16

Tints of Rust #C54C16

Color information

#C54C16 (or 0xC54C16) is unknown color: approx Rust. HEX triplet: C5, 4C and 16. RGB value is (197,76,22). Sum of RGB (Red+Green+Blue) = 197+76+22=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54C16 is #3AB3E9. Grayscale: #6A6A6A. Windows color (decimal): -3847146 or 1461445. OLE color: 1461445.

HSL color Cylindrical-coordinate representation of color #C54C16: hue angle of 18.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C54C16 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB1977622-
CMYK00.610.890.23
HSL18.51º79.91%42.94%-
HSV(B)18.51º88.83%77.25%-
XYZ25.7617.12.7-
YUV106.0280.59192.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.78%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=66.78%
G=25.76%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197762200.610.890.2318.5179.9142.94
HexC54C1603D591713502b
Octal30511426075131272312053
Binary110001011001100101100111101101100110111100111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54C16; }

 p { color: rgb(197,76,22); }

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

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

 a { background-color: rgb(197,76,22); }

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

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

 span { border-color: rgb(197,76,22); }

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