#C23D07

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

Shades of Rust #C23D07

Tints of Rust #C23D07

Color information

#C23D07 (or 0xC23D07) is unknown color: approx Rust. HEX triplet: C2, 3D and 07. RGB value is (194,61,7). Sum of RGB (Red+Green+Blue) = 194+61+7=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D07 is #3DC2F8. Grayscale: #5E5E5E. Windows color (decimal): -4047609 or 474562. OLE color: 474562.

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

Color convert

RGB194617-
CMYK00.690.960.24
HSL17.33º93.03%39.41%-
HSV(B)17.33º96.39%76.08%-
XYZ23.9614.821.8-
YUV94.6178.56198.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.05%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 7 (3.12% from 255) = 2.67%
R=74.05%
G=23.28%
B=2.67%

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
Decimal19461700.690.960.2417.3393.0339.41
HexC23D70456018115d27
Octal3027570105140302113547
Binary1100001011110111101000101110000011000100011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23D07; }

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

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

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

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

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

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

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

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