#A33F07

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

Shades of Rust #A33F07

Tints of Rust #A33F07

Color information

#A33F07 (or 0xA33F07) is unknown color: approx Rust. HEX triplet: A3, 3F and 07. RGB value is (163,63,7). Sum of RGB (Red+Green+Blue) = 163+63+7=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F07 is #5CC0F8. Grayscale: #565656. Windows color (decimal): -6078713 or 475043. OLE color: 475043.

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

Color convert

RGB163637-
CMYK00.610.960.36
HSL21.54º91.76%33.33%-
HSV(B)21.54º95.71%63.92%-
XYZ16.9211.361.5-
YUV86.5283.13182.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 7 (3.12% from 255) = 3.00%
R=69.96%
G=27.04%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16363700.610.960.3621.5491.7633.33
HexA33F703D6024165c21
Octal243777075140442613441
Binary1010001111111111101111011100000100100101101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F07; }

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

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

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

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

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

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

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

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