#c7440d

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

Shades of Rust #C7440D

Tints of Rust #C7440D

Color information

#C7440D (or 0xC7440D) is unknown color: approx Rust. HEX triplet: C7, 44 and 0D. RGB value is (199,68,13). Sum of RGB (Red+Green+Blue) = 199+68+13=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7440D is #38BBF2. Grayscale: #656565. Windows color (decimal): -3718131 or 869575. OLE color: 869575.

HSL color Cylindrical-coordinate representation of color #C7440D: hue angle of 17.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7440D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB1996813-
CMYK00.660.930.22
HSL17.74º87.74%41.57%-
HSV(B)17.74º93.47%78.04%-
XYZ25.6916.312.17-
YUV100.978.4197.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 71.07%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 13 (5.47% from 255) = 4.64%
R=71.07%
G=24.29%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199681300.660.930.2217.7487.7441.57
HexC744D0425D1612582a
Octal307104150102135262213052
Binary110001111000100110101000010101110110110100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7440d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7440d; }

 p { color: rgb(199,68,13); }

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

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

 a { background-color: rgb(199,68,13); }

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

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

 span { border-color: rgb(199,68,13); }

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