#C23F09

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

Shades of Rust #C23F09

Tints of Rust #C23F09

Color information

#C23F09 (or 0xC23F09) is unknown color: approx Rust. HEX triplet: C2, 3F and 09. RGB value is (194,63,9). Sum of RGB (Red+Green+Blue) = 194+63+9=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F09 is #3DC0F6. Grayscale: #606060. Windows color (decimal): -4047095 or 606146. OLE color: 606146.

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

Color convert

RGB194639-
CMYK00.680.950.24
HSL17.51º91.13%39.8%-
HSV(B)17.51º95.36%76.08%-
XYZ24.0715.041.89-
YUV96.0178.9197.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.93%
GREEN value IS 63 (25% from 255) = 23.68%
BLUE value IS 9 (3.91% from 255) = 3.38%
R=72.93%
G=23.68%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19463900.680.950.2417.5191.1339.8
HexC23F90445F18125b28
Octal30277110104137302213350
Binary11000010111111100101000100101111111000100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23F09; }

 p { color: rgb(194,63,9); }

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

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

 a { background-color: rgb(194,63,9); }

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

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

 span { border-color: rgb(194,63,9); }

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