#C94D13

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

Shades of Rust #C94D13

Tints of Rust #C94D13

Color information

#C94D13 (or 0xC94D13) is unknown color: approx Rust. HEX triplet: C9, 4D and 13. RGB value is (201,77,19). Sum of RGB (Red+Green+Blue) = 201+77+19=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94D13 is #36B2EC. Grayscale: #6B6B6B. Windows color (decimal): -3584749 or 1265097. OLE color: 1265097.

HSL color Cylindrical-coordinate representation of color #C94D13: hue angle of 19.12º 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 #C94D13 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB2017719-
CMYK00.620.910.21
HSL19.12º82.73%43.14%-
HSV(B)19.12º90.55%78.82%-
XYZ26.8617.772.63-
YUV107.4678.08194.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.68%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 19 (7.81% from 255) = 6.40%
R=67.68%
G=25.93%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201771900.620.910.2119.1282.7343.14
HexC94D1303E5B1513532b
Octal31111523076133252312353
Binary110010011001101100110111110101101110101100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D13; }

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

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

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

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

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

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

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

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