#C23C07

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

Shades of Rust #C23C07

Tints of Rust #C23C07

Color information

#C23C07 (or 0xC23C07) is unknown color: approx Rust. HEX triplet: C2, 3C and 07. RGB value is (194,60,7). Sum of RGB (Red+Green+Blue) = 194+60+7=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23C07 is #3DC3F8. Grayscale: #5E5E5E. Windows color (decimal): -4047865 or 474306. OLE color: 474306.

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

Color convert

RGB194607-
CMYK00.690.960.24
HSL17.01º93.03%39.41%-
HSV(B)17.01º96.39%76.08%-
XYZ23.914.721.78-
YUV94.0278.89199.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.33%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=74.33%
G=22.99%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19460700.690.960.2417.0193.0339.41
HexC23C70456018115d27
Octal3027470105140302113547
Binary1100001011110011101000101110000011000100011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23C07; }

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

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

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

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

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

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

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

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