#C94716

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

Shades of Rust #C94716

Tints of Rust #C94716

Color information

#C94716 (or 0xC94716) is unknown color: approx Rust. HEX triplet: C9, 47 and 16. RGB value is (201,71,22). Sum of RGB (Red+Green+Blue) = 201+71+22=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C94716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94716 is #36B8E9. Grayscale: #686868. Windows color (decimal): -3586282 or 1460169. OLE color: 1460169.

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

Color convert

RGB2017122-
CMYK00.650.890.21
HSL16.42º80.27%43.73%-
HSV(B)16.42º89.05%78.82%-
XYZ26.4916.982.64-
YUV104.2881.57196.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 68.37%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=68.37%
G=24.15%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201712200.650.890.2116.4280.2743.73
HexC94716041591510502c
Octal311107260101131252012054
Binary1100100110001111011001000001101100110101100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94716; }

 p { color: rgb(201,71,22); }

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

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

 a { background-color: rgb(201,71,22); }

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

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

 span { border-color: rgb(201,71,22); }

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