#CA4105

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

Shades of Rust #CA4105

Tints of Rust #CA4105

Color information

#CA4105 (or 0xCA4105) is unknown color: approx Rust. HEX triplet: CA, 41 and 05. RGB value is (202,65,5). Sum of RGB (Red+Green+Blue) = 202+65+5=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4105 is #35BEFA. Grayscale: #636363. Windows color (decimal): -3522299 or 344522. OLE color: 344522.

HSL color Cylindrical-coordinate representation of color #CA4105: hue angle of 18.27º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA4105 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202655-
CMYK00.680.980.21
HSL18.27º95.17%40.59%-
HSV(B)18.27º97.52%79.22%-
XYZ26.2716.351.91-
YUV99.1274.89201.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.26%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 5 (2.34% from 255) = 1.84%
R=74.26%
G=23.90%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20265500.680.980.2118.2795.1740.59
HexCA4150446215125f29
Octal31210150104142252213751
Binary11001010100000110101000100110001010101100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4105; }

 p { color: rgb(202,65,5); }

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

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

 a { background-color: rgb(202,65,5); }

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

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

 span { border-color: rgb(202,65,5); }

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