#C0501A

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

Shades of Rust #C0501A

Tints of Rust #C0501A

Color information

#C0501A (or 0xC0501A) is unknown color: approx Rust. HEX triplet: C0, 50 and 1A. RGB value is (192,80,26). Sum of RGB (Red+Green+Blue) = 192+80+26=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C0501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0501A is #3FAFE5. Grayscale: #6B6B6B. Windows color (decimal): -4173798 or 1724608. OLE color: 1724608.

HSL color Cylindrical-coordinate representation of color #C0501A: hue angle of 19.52º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0501A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1928026-
CMYK00.580.860.25
HSL19.52º76.15%42.75%-
HSV(B)19.52º86.46%75.29%-
XYZ24.7917.022.96-
YUV107.3382.11188.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.43%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 26 (10.55% from 255) = 8.72%
R=64.43%
G=26.85%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192802600.580.860.2519.5276.1542.75
HexC0501A03A5619144c2b
Octal30012032072126312411453
Binary110000001010000110100111010101011011001101001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0501A; }

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

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

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

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

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

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

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

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