#CA4508

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

Shades of Rust #CA4508

Tints of Rust #CA4508

Color information

#CA4508 (or 0xCA4508) is unknown color: approx Rust. HEX triplet: CA, 45 and 08. RGB value is (202,69,8). Sum of RGB (Red+Green+Blue) = 202+69+8=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4508 is #35BAF7. Grayscale: #666666. Windows color (decimal): -3521272 or 542154. OLE color: 542154.

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

Color convert

RGB202698-
CMYK00.660.960.21
HSL18.87º92.38%41.18%-
HSV(B)18.87º96.04%79.22%-
XYZ26.5316.832.08-
YUV101.8175.06199.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 72.40%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=72.40%
G=24.73%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20269800.660.960.2118.8792.3841.18
HexCA4580426015135c29
Octal312105100102140252313451
Binary110010101000101100001000010110000010101100111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4508; }

 p { color: rgb(202,69,8); }

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

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

 a { background-color: rgb(202,69,8); }

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

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

 span { border-color: rgb(202,69,8); }

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