#A33600

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

Shades of Rust #A33600

Tints of Rust #A33600

Color information

#A33600 (or 0xA33600) is unknown color: approx Rust. HEX triplet: A3, 36 and 00. RGB value is (163,54,0). Sum of RGB (Red+Green+Blue) = 163+54+0=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A33600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33600 is #5CC9FF. Grayscale: #505050. Windows color (decimal): -6081024 or 13987. OLE color: 13987.

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

Color convert

RGB163540-
CMYK00.6710.36
HSL19.88º100%31.96%-
HSV(B)19.88º100%63.92%-
XYZ16.4210.421.15-
YUV80.4382.61186.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.12%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.12%
G=24.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16354000.6710.3619.8810031.96
HexA33600436424146420
Octal2436600103144442414440
Binary101000111101100010000111100100100100101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33600; }

 p { color: rgb(163,54,0); }

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

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

 a { background-color: rgb(163,54,0); }

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

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

 span { border-color: rgb(163,54,0); }

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