#C1431B

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

Shades of Rust #C1431B

Tints of Rust #C1431B

Color information

#C1431B (or 0xC1431B) is unknown color: approx Rust. HEX triplet: C1, 43 and 1B. RGB value is (193,67,27). Sum of RGB (Red+Green+Blue) = 193+67+27=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1431B is #3EBCE4. Grayscale: #646464. Windows color (decimal): -4111589 or 1786817. OLE color: 1786817.

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

Color convert

RGB1936727-
CMYK00.650.860.24
HSL14.46º75.45%43.14%-
HSV(B)14.46º86.01%75.69%-
XYZ24.215.432.74-
YUV100.1186.74194.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 67.25%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 27 (10.94% from 255) = 9.41%
R=67.25%
G=23.34%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193672700.650.860.2414.4675.4543.14
HexC1431B0415618e4b2b
Octal301103330101126301611353
Binary110000011000011110110100000110101101100011101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1431B; }

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

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

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

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

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

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

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

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