#CA4814

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

Shades of Rust #CA4814

Tints of Rust #CA4814

Color information

#CA4814 (or 0xCA4814) is unknown color: approx Rust. HEX triplet: CA, 48 and 14. RGB value is (202,72,20). Sum of RGB (Red+Green+Blue) = 202+72+20=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4814 is #35B7EB. Grayscale: #696969. Windows color (decimal): -3520492 or 1329354. OLE color: 1329354.

HSL color Cylindrical-coordinate representation of color #CA4814: hue angle of 17.14º 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 #CA4814 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2027220-
CMYK00.640.900.21
HSL17.14º81.98%43.53%-
HSV(B)17.14º90.1%79.22%-
XYZ26.817.242.58-
YUV104.9480.07197.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.71%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 20 (8.20% from 255) = 6.80%
R=68.71%
G=24.49%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202722000.640.900.2117.1481.9843.53
HexCA48140405A1511522c
Octal312110240100132252112254
Binary1100101010010001010001000000101101010101100011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4814; }

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

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

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

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

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

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

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

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