#C23C0E

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

Shades of Rust #C23C0E

Tints of Rust #C23C0E

Color information

#C23C0E (or 0xC23C0E) is unknown color: approx Rust. HEX triplet: C2, 3C and 0E. RGB value is (194,60,14). Sum of RGB (Red+Green+Blue) = 194+60+14=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23C0E is #3DC3F1. Grayscale: #5F5F5F. Windows color (decimal): -4047858 or 933058. OLE color: 933058.

HSL color Cylindrical-coordinate representation of color #C23C0E: hue angle of 15.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C23C0E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1946014-
CMYK00.690.930.24
HSL15.33º86.54%40.78%-
HSV(B)15.33º92.78%76.08%-
XYZ23.9414.732-
YUV94.8282.39198.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.39%
GREEN value IS 60 (23.83% from 255) = 22.39%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=72.39%
G=22.39%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194601400.690.930.2415.3386.5440.78
HexC23CE0455D18f5729
Octal30274160105135301712751
Binary1100001011110011100100010110111011100011111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23C0E; }

 p { color: rgb(194,60,14); }

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

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

 a { background-color: rgb(194,60,14); }

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

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

 span { border-color: rgb(194,60,14); }

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