#C7501A

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

Shades of Rust #C7501A

Tints of Rust #C7501A

Color information

#C7501A (or 0xC7501A) is unknown color: approx Rust. HEX triplet: C7, 50 and 1A. RGB value is (199,80,26). Sum of RGB (Red+Green+Blue) = 199+80+26=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C7501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7501A is #38AFE5. Grayscale: #6D6D6D. Windows color (decimal): -3715046 or 1724615. OLE color: 1724615.

HSL color Cylindrical-coordinate representation of color #C7501A: hue angle of 18.73º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7501A is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB1998026-
CMYK00.600.870.22
HSL18.73º76.89%44.12%-
HSV(B)18.73º86.93%78.04%-
XYZ26.6117.953.04-
YUV109.4280.92191.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.25%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=65.25%
G=26.23%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199802600.600.870.2218.7376.8944.12
HexC7501A03C5716134d2c
Octal30712032074127262311554
Binary110001111010000110100111100101011110110100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7501A; }

 p { color: rgb(199,80,26); }

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

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

 a { background-color: rgb(199,80,26); }

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

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

 span { border-color: rgb(199,80,26); }

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