#C54814

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

Shades of Rust #C54814

Tints of Rust #C54814

Color information

#C54814 (or 0xC54814) is unknown color: approx Rust. HEX triplet: C5, 48 and 14. RGB value is (197,72,20). Sum of RGB (Red+Green+Blue) = 197+72+20=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C54814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54814 is #3AB7EB. Grayscale: #676767. Windows color (decimal): -3848172 or 1329349. OLE color: 1329349.

HSL color Cylindrical-coordinate representation of color #C54814: hue angle of 17.63º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C54814 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB1977220-
CMYK00.630.900.23
HSL17.63º81.57%42.55%-
HSV(B)17.63º89.85%77.25%-
XYZ25.4716.562.51-
YUV103.4580.91194.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.17%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 20 (8.20% from 255) = 6.92%
R=68.17%
G=24.91%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197722000.630.900.2317.6381.5742.55
HexC5481403F5A1712522b
Octal30511024077132272212253
Binary110001011001000101000111111101101010111100101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54814; }

 p { color: rgb(197,72,20); }

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

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

 a { background-color: rgb(197,72,20); }

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

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

 span { border-color: rgb(197,72,20); }

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