#C1431E

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

Shades of Rust #C1431E

Tints of Rust #C1431E

Color information

#C1431E (or 0xC1431E) is unknown color: approx Rust. HEX triplet: C1, 43 and 1E. RGB value is (193,67,30). Sum of RGB (Red+Green+Blue) = 193+67+30=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1431E is #3EBCE1. Grayscale: #646464. Windows color (decimal): -4111586 or 1983425. OLE color: 1983425.

HSL color Cylindrical-coordinate representation of color #C1431E: hue angle of 13.62º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1431E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1936730-
CMYK00.650.840.24
HSL13.62º73.09%43.73%-
HSV(B)13.62º84.46%75.69%-
XYZ24.2315.452.93-
YUV100.4688.24194.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.55%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=66.55%
G=23.10%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193673000.650.840.2413.6273.0943.73
HexC1431E0415418e492c
Octal301103360101124301611154
Binary110000011000011111100100000110101001100011101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1431E; }

 p { color: rgb(193,67,30); }

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

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

 a { background-color: rgb(193,67,30); }

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

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

 span { border-color: rgb(193,67,30); }

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