#C45216

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

Shades of Rust #C45216

Tints of Rust #C45216

Color information

#C45216 (or 0xC45216) is unknown color: approx Rust. HEX triplet: C4, 52 and 16. RGB value is (196,82,22). Sum of RGB (Red+Green+Blue) = 196+82+22=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C45216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45216 is #3BADE9. Grayscale: #6D6D6D. Windows color (decimal): -3911146 or 1462980. OLE color: 1462980.

HSL color Cylindrical-coordinate representation of color #C45216: hue angle of 20.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C45216 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB1968222-
CMYK00.580.890.23
HSL20.69º79.82%42.75%-
HSV(B)20.69º88.78%76.86%-
XYZ25.9317.832.83-
YUV109.2578.77189.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.33%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 22 (8.98% from 255) = 7.33%
R=65.33%
G=27.33%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196822200.580.890.2320.6979.8242.75
HexC4521603A591715502b
Octal30412226072131272512053
Binary110001001010010101100111010101100110111101011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45216; }

 p { color: rgb(196,82,22); }

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

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

 a { background-color: rgb(196,82,22); }

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

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

 span { border-color: rgb(196,82,22); }

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