#CA3F00

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

Shades of Rust #CA3F00

Tints of Rust #CA3F00

Color information

#CA3F00 (or 0xCA3F00) is unknown color: approx Rust. HEX triplet: CA, 3F and 00. RGB value is (202,63,0). Sum of RGB (Red+Green+Blue) = 202+63+0=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3F00 is #35C0FF. Grayscale: #616161. Windows color (decimal): -3522816 or 16330. OLE color: 16330.

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

Color convert

RGB202630-
CMYK00.6910.21
HSL18.71º100%39.61%-
HSV(B)18.71º100%79.22%-
XYZ26.1316.111.73-
YUV97.3873.05202.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.23%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.23%
G=23.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20263000.6910.2118.7110039.61
HexCA3F00456415136428
Octal3127700105144252314450
Binary11001010111111001000101110010010101100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F00; }

 p { color: rgb(202,63,0); }

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

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

 a { background-color: rgb(202,63,0); }

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

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

 span { border-color: rgb(202,63,0); }

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