#C94613

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

Shades of Rust #C94613

Tints of Rust #C94613

Color information

#C94613 (or 0xC94613) is unknown color: approx Rust. HEX triplet: C9, 46 and 13. RGB value is (201,70,19). Sum of RGB (Red+Green+Blue) = 201+70+19=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C94613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94613 is #36B9EC. Grayscale: #676767. Windows color (decimal): -3586541 or 1263305. OLE color: 1263305.

HSL color Cylindrical-coordinate representation of color #C94613: hue angle of 16.81º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C94613 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB2017019-
CMYK00.650.910.21
HSL16.81º82.73%43.14%-
HSV(B)16.81º90.55%78.82%-
XYZ26.416.842.48-
YUV103.3580.4197.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.31%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=69.31%
G=24.14%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201701900.650.910.2116.8182.7343.14
HexC946130415B1511532b
Octal311106230101133252112353
Binary1100100110001101001101000001101101110101100011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94613; }

 p { color: rgb(201,70,19); }

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

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

 a { background-color: rgb(201,70,19); }

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

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

 span { border-color: rgb(201,70,19); }

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