#C4480D

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

Shades of Rust #C4480D

Tints of Rust #C4480D

Color information

#C4480D (or 0xC4480D) is unknown color: approx Rust. HEX triplet: C4, 48 and 0D. RGB value is (196,72,13). Sum of RGB (Red+Green+Blue) = 196+72+13=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C4480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4480D is #3BB7F2. Grayscale: #666666. Windows color (decimal): -3913715 or 870596. OLE color: 870596.

HSL color Cylindrical-coordinate representation of color #C4480D: hue angle of 19.34º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4480D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB1967213-
CMYK00.630.930.23
HSL19.34º87.56%40.98%-
HSV(B)19.34º93.37%76.86%-
XYZ25.1516.42.22-
YUV102.3577.58194.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.75%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=69.75%
G=25.62%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196721300.630.930.2319.3487.5640.98
HexC448D03F5D17135829
Octal30411015077135272313051
Binary11000100100100011010111111101110110111100111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4480D; }

 p { color: rgb(196,72,13); }

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

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

 a { background-color: rgb(196,72,13); }

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

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

 span { border-color: rgb(196,72,13); }

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