#C5501A

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

Shades of Rust #C5501A

Tints of Rust #C5501A

Color information

#C5501A (or 0xC5501A) is unknown color: approx Rust. HEX triplet: C5, 50 and 1A. RGB value is (197,80,26). Sum of RGB (Red+Green+Blue) = 197+80+26=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C5501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5501A is #3AAFE5. Grayscale: #6D6D6D. Windows color (decimal): -3846118 or 1724613. OLE color: 1724613.

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

Color convert

RGB1978026-
CMYK00.590.870.23
HSL18.95º76.68%43.73%-
HSV(B)18.95º86.8%77.25%-
XYZ26.0817.683.02-
YUV108.8381.26190.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.02%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 26 (10.55% from 255) = 8.58%
R=65.02%
G=26.40%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197802600.590.870.2318.9576.6843.73
HexC5501A03B5717134d2c
Octal30512032073127272311554
Binary110001011010000110100111011101011110111100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5501A; }

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

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

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

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

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

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

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

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