#C23E10

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

Shades of Rust #C23E10

Tints of Rust #C23E10

Color information

#C23E10 (or 0xC23E10) is unknown color: approx Rust. HEX triplet: C2, 3E and 10. RGB value is (194,62,16). Sum of RGB (Red+Green+Blue) = 194+62+16=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23E10 is #3DC1EF. Grayscale: #606060. Windows color (decimal): -4047344 or 1064642. OLE color: 1064642.

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

Color convert

RGB1946216-
CMYK00.680.920.24
HSL15.51º84.76%41.18%-
HSV(B)15.51º91.75%76.08%-
XYZ24.0614.952.11-
YUV96.2282.73197.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.32%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 16 (6.64% from 255) = 5.88%
R=71.32%
G=22.79%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194621600.680.920.2415.5184.7641.18
HexC23E100445C18105529
Octal30276200104134302012551
Binary110000101111101000001000100101110011000100001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23E10; }

 p { color: rgb(194,62,16); }

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

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

 a { background-color: rgb(194,62,16); }

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

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

 span { border-color: rgb(194,62,16); }

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