#C04413

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

Shades of Rust #C04413

Tints of Rust #C04413

Color information

#C04413 (or 0xC04413) is unknown color: approx Rust. HEX triplet: C0, 44 and 13. RGB value is (192,68,19). Sum of RGB (Red+Green+Blue) = 192+68+19=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04413 is #3FBBEC. Grayscale: #636363. Windows color (decimal): -4176877 or 1262784. OLE color: 1262784.

HSL color Cylindrical-coordinate representation of color #C04413: hue angle of 16.99º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C04413 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1926819-
CMYK00.650.900.25
HSL16.99º81.99%41.37%-
HSV(B)16.99º90.1%75.29%-
XYZ23.9215.392.33-
YUV99.4982.58193.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.82%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=68.82%
G=24.37%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192681900.650.900.2516.9981.9941.37
HexC044130415A19115229
Octal300104230101132312112251
Binary1100000010001001001101000001101101011001100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04413; }

 p { color: rgb(192,68,19); }

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

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

 a { background-color: rgb(192,68,19); }

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

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

 span { border-color: rgb(192,68,19); }

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