#C23D08

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

Shades of Rust #C23D08

Tints of Rust #C23D08

Color information

#C23D08 (or 0xC23D08) is unknown color: approx Rust. HEX triplet: C2, 3D and 08. RGB value is (194,61,8). Sum of RGB (Red+Green+Blue) = 194+61+8=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D08 is #3DC2F7. Grayscale: #5F5F5F. Windows color (decimal): -4047608 or 540098. OLE color: 540098.

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

Color convert

RGB194618-
CMYK00.690.960.24
HSL17.1º92.08%39.61%-
HSV(B)17.1º95.88%76.08%-
XYZ23.9614.821.83-
YUV94.7279.06198.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 73.76%
GREEN value IS 61 (24.22% from 255) = 23.19%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=73.76%
G=23.19%
B=3.04%

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
Decimal19461800.690.960.2417.192.0839.61
HexC23D80456018115c28
Octal30275100105140302113450
Binary11000010111101100001000101110000011000100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23D08; }

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

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

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

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

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

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

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

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