#C1441E

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

Shades of Rust #C1441E

Tints of Rust #C1441E

Color information

#C1441E (or 0xC1441E) is unknown color: approx Rust. HEX triplet: C1, 44 and 1E. RGB value is (193,68,30). Sum of RGB (Red+Green+Blue) = 193+68+30=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1441E is #3EBBE1. Grayscale: #656565. Windows color (decimal): -4111330 or 1983681. OLE color: 1983681.

HSL color Cylindrical-coordinate representation of color #C1441E: hue angle of 13.99º 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 #C1441E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1936830-
CMYK00.650.840.24
HSL13.99º73.09%43.73%-
HSV(B)13.99º84.46%75.69%-
XYZ24.2915.572.95-
YUV101.0487.91193.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.32%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 30 (12.11% from 255) = 10.31%
R=66.32%
G=23.37%
B=10.31%

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
Decimal193683000.650.840.2413.9973.0943.73
HexC1441E0415418e492c
Octal301104360101124301611154
Binary110000011000100111100100000110101001100011101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1441E; }

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

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

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

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

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

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

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

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