#C2501B

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

Shades of Rust #C2501B

Tints of Rust #C2501B

Color information

#C2501B (or 0xC2501B) is unknown color: approx Rust. HEX triplet: C2, 50 and 1B. RGB value is (194,80,27). Sum of RGB (Red+Green+Blue) = 194+80+27=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2501B is #3DAFE4. Grayscale: #6C6C6C. Windows color (decimal): -4042725 or 1790146. OLE color: 1790146.

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

Color convert

RGB1948027-
CMYK00.590.860.24
HSL19.04º75.57%43.33%-
HSV(B)19.04º86.08%76.08%-
XYZ25.3117.293.04-
YUV108.0482.27189.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=64.45%
G=26.58%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194802700.590.860.2419.0475.5743.33
HexC2501B03B5618134c2b
Octal30212033073126302311453
Binary110000101010000110110111011101011011000100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2501B; }

 p { color: rgb(194,80,27); }

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

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

 a { background-color: rgb(194,80,27); }

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

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

 span { border-color: rgb(194,80,27); }

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