#CA4A14

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

Shades of Rust #CA4A14

Tints of Rust #CA4A14

Color information

#CA4A14 (or 0xCA4A14) is unknown color: approx Rust. HEX triplet: CA, 4A and 14. RGB value is (202,74,20). Sum of RGB (Red+Green+Blue) = 202+74+20=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A14 is #35B5EB. Grayscale: #6A6A6A. Windows color (decimal): -3519980 or 1329866. OLE color: 1329866.

HSL color Cylindrical-coordinate representation of color #CA4A14: hue angle of 17.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA4A14 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2027420-
CMYK00.630.900.21
HSL17.8º81.98%43.53%-
HSV(B)17.8º90.1%79.22%-
XYZ26.9317.52.62-
YUV106.1279.41196.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.24%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=68.24%
G=25%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202742000.630.900.2117.881.9843.53
HexCA4A1403F5A1512522c
Octal31211224077132252212254
Binary110010101001010101000111111101101010101100101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A14; }

 p { color: rgb(202,74,20); }

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

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

 a { background-color: rgb(202,74,20); }

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

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

 span { border-color: rgb(202,74,20); }

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