#C7450D

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

Shades of Rust #C7450D

Tints of Rust #C7450D

Color information

#C7450D (or 0xC7450D) is unknown color: approx Rust. HEX triplet: C7, 45 and 0D. RGB value is (199,69,13). Sum of RGB (Red+Green+Blue) = 199+69+13=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7450D is #38BAF2. Grayscale: #656565. Windows color (decimal): -3717875 or 869831. OLE color: 869831.

HSL color Cylindrical-coordinate representation of color #C7450D: hue angle of 18.06º 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 #C7450D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB1996913-
CMYK00.650.930.22
HSL18.06º87.74%41.57%-
HSV(B)18.06º93.47%78.04%-
XYZ25.7516.432.19-
YUV101.4978.07197.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.82%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=70.82%
G=24.56%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199691300.650.930.2218.0687.7441.57
HexC745D0415D1612582a
Octal307105150101135262213052
Binary110001111000101110101000001101110110110100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7450D; }

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

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

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

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

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

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

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

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