#A33F18

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

Shades of Rust #A33F18

Tints of Rust #A33F18

Color information

#A33F18 (or 0xA33F18) is unknown color: approx Rust. HEX triplet: A3, 3F and 18. RGB value is (163,63,24). Sum of RGB (Red+Green+Blue) = 163+63+24=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F18 is #5CC0E7. Grayscale: #585858. Windows color (decimal): -6078696 or 1589155. OLE color: 1589155.

HSL color Cylindrical-coordinate representation of color #A33F18: hue angle of 16.83º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A33F18 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1636324-
CMYK00.610.850.36
HSL16.83º74.33%36.67%-
HSV(B)16.83º85.28%63.92%-
XYZ17.0511.412.17-
YUV88.4591.63181.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.2%
GREEN value IS 63 (25% from 255) = 25.2%
BLUE value IS 24 (9.77% from 255) = 9.6%
R=65.2%
G=25.2%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163632400.610.850.3616.8374.3336.67
HexA33F1803D5524114a25
Octal2437730075125442111245
Binary101000111111111100001111011010101100100100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F18; }

 p { color: rgb(163,63,24); }

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

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

 a { background-color: rgb(163,63,24); }

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

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

 span { border-color: rgb(163,63,24); }

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