#A33D14

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

Shades of Rust #A33D14

Tints of Rust #A33D14

Color information

#A33D14 (or 0xA33D14) is unknown color: approx Rust. HEX triplet: A3, 3D and 14. RGB value is (163,61,20). Sum of RGB (Red+Green+Blue) = 163+61+20=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D14 is #5CC2EB. Grayscale: #575757. Windows color (decimal): -6079212 or 1326499. OLE color: 1326499.

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

Color convert

RGB1636120-
CMYK00.630.880.36
HSL17.2º78.14%35.88%-
HSV(B)17.2º87.73%63.92%-
XYZ16.911.171.93-
YUV86.8290.29182.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.80%
GREEN value IS 61 (24.22% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 8.20%
R=66.80%
G=25%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163612000.630.880.3617.278.1435.88
HexA33D1403F5824114e24
Octal2437524077130442111644
Binary101000111111011010001111111011000100100100011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D14; }

 p { color: rgb(163,61,20); }

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

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

 a { background-color: rgb(163,61,20); }

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

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

 span { border-color: rgb(163,61,20); }

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