#CA4B18

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

Shades of Rust #CA4B18

Tints of Rust #CA4B18

Color information

#CA4B18 (or 0xCA4B18) is unknown color: approx Rust. HEX triplet: CA, 4B and 18. RGB value is (202,75,24). Sum of RGB (Red+Green+Blue) = 202+75+24=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4B18 is #35B4E7. Grayscale: #6B6B6B. Windows color (decimal): -3519720 or 1592266. OLE color: 1592266.

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

Color convert

RGB2027524-
CMYK00.630.880.21
HSL17.19º78.76%44.31%-
HSV(B)17.19º88.12%79.22%-
XYZ27.0417.652.85-
YUV107.1681.08195.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.11%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 24 (9.77% from 255) = 7.97%
R=67.11%
G=24.92%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202752400.630.880.2117.1978.7644.31
HexCA4B1803F5815114f2c
Octal31211330077130252111754
Binary110010101001011110000111111101100010101100011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B18; }

 p { color: rgb(202,75,24); }

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

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

 a { background-color: rgb(202,75,24); }

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

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

 span { border-color: rgb(202,75,24); }

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