#C23B08

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

Shades of Rust #C23B08

Tints of Rust #C23B08

Color information

#C23B08 (or 0xC23B08) is unknown color: approx Rust. HEX triplet: C2, 3B and 08. RGB value is (194,59,8). Sum of RGB (Red+Green+Blue) = 194+59+8=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23B08 is #3DC4F7. Grayscale: #5D5D5D. Windows color (decimal): -4048120 or 539586. OLE color: 539586.

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

Color convert

RGB194598-
CMYK00.700.960.24
HSL16.45º92.08%39.61%-
HSV(B)16.45º95.88%76.08%-
XYZ23.8614.611.79-
YUV93.5579.73199.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.33%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=74.33%
G=22.61%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19459800.700.960.2416.4592.0839.61
HexC23B80466018105c28
Octal30273100106140302013450
Binary11000010111011100001000110110000011000100001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B08; }

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

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

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

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

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

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

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

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