#C24206

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

Shades of Rust #C24206

Tints of Rust #C24206

Color information

#C24206 (or 0xC24206) is unknown color: approx Rust. HEX triplet: C2, 42 and 06. RGB value is (194,66,6). Sum of RGB (Red+Green+Blue) = 194+66+6=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C24206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24206 is #3DBDF9. Grayscale: #616161. Windows color (decimal): -4046330 or 410306. OLE color: 410306.

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

Color convert

RGB194666-
CMYK00.660.970.24
HSL19.15º94%39.22%-
HSV(B)19.15º96.91%76.08%-
XYZ24.2315.381.86-
YUV97.4376.41196.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.93%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=72.93%
G=24.81%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19466600.660.970.2419.159439.22
HexC24260426118135e27
Octal30210260102141302313647
Binary11000010100001011001000010110000111000100111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24206; }

 p { color: rgb(194,66,6); }

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

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

 a { background-color: rgb(194,66,6); }

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

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

 span { border-color: rgb(194,66,6); }

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