#CC4C19

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

Shades of Rust #CC4C19

Tints of Rust #CC4C19

Color information

#CC4C19 (or 0xCC4C19) is unknown color: approx Rust. HEX triplet: CC, 4C and 19. RGB value is (204,76,25). Sum of RGB (Red+Green+Blue) = 204+76+25=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C19 is #33B3E6. Grayscale: #6C6C6C. Windows color (decimal): -3388391 or 1658060. OLE color: 1658060.

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

Color convert

RGB2047625-
CMYK00.630.880.2
HSL17.09º78.17%44.9%-
HSV(B)17.09º87.75%80%-
XYZ27.6618.082.95-
YUV108.4680.91196.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.89%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 25 (10.16% from 255) = 8.20%
R=66.89%
G=24.92%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204762500.630.880.217.0978.1744.9
HexCC4C1903F5814114e2d
Octal31411431077130242111655
Binary110011001001100110010111111101100010100100011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C19; }

 p { color: rgb(204,76,25); }

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

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

 a { background-color: rgb(204,76,25); }

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

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

 span { border-color: rgb(204,76,25); }

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