#C1461B

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

Shades of Rust #C1461B

Tints of Rust #C1461B

Color information

#C1461B (or 0xC1461B) is unknown color: approx Rust. HEX triplet: C1, 46 and 1B. RGB value is (193,70,27). Sum of RGB (Red+Green+Blue) = 193+70+27=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1461B is #3EB9E4. Grayscale: #666666. Windows color (decimal): -4110821 or 1787585. OLE color: 1787585.

HSL color Cylindrical-coordinate representation of color #C1461B: hue angle of 15.54º degrees, saturation: 0.75, 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 #C1461B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1937027-
CMYK00.640.860.24
HSL15.54º75.45%43.14%-
HSV(B)15.54º86.01%75.69%-
XYZ24.3815.82.8-
YUV101.8885.75193-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.55%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 27 (10.94% from 255) = 9.31%
R=66.55%
G=24.14%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193702700.640.860.2415.5475.4543.14
HexC1461B0405618104b2b
Octal301106330100126302011353
Binary1100000110001101101101000000101011011000100001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1461B; }

 p { color: rgb(193,70,27); }

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

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

 a { background-color: rgb(193,70,27); }

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

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

 span { border-color: rgb(193,70,27); }

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