#CC4B16

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

Shades of Rust #CC4B16

Tints of Rust #CC4B16

Color information

#CC4B16 (or 0xCC4B16) is unknown color: approx Rust. HEX triplet: CC, 4B and 16. RGB value is (204,75,22). Sum of RGB (Red+Green+Blue) = 204+75+22=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B16 is #33B4E9. Grayscale: #6B6B6B. Windows color (decimal): -3388650 or 1461196. OLE color: 1461196.

HSL color Cylindrical-coordinate representation of color #CC4B16: hue angle of 17.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC4B16 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB2047522-
CMYK00.630.890.2
HSL17.47º80.53%44.31%-
HSV(B)17.47º89.22%80%-
XYZ27.5617.932.77-
YUV107.5379.74196.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.77%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=67.77%
G=24.92%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204752200.630.890.217.4780.5344.31
HexCC4B1603F591411512c
Octal31411326077131242112154
Binary110011001001011101100111111101100110100100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4B16; }

 p { color: rgb(204,75,22); }

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

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

 a { background-color: rgb(204,75,22); }

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

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

 span { border-color: rgb(204,75,22); }

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