#A33A07

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

Shades of Rust #A33A07

Tints of Rust #A33A07

Color information

#A33A07 (or 0xA33A07) is unknown color: approx Rust. HEX triplet: A3, 3A and 07. RGB value is (163,58,7). Sum of RGB (Red+Green+Blue) = 163+58+7=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A07 is #5CC5F8. Grayscale: #535353. Windows color (decimal): -6079993 or 473763. OLE color: 473763.

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

Color convert

RGB163587-
CMYK00.640.960.36
HSL19.62º91.76%33.33%-
HSV(B)19.62º95.71%63.92%-
XYZ16.6610.831.41-
YUV83.5884.79184.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.49%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 7 (3.12% from 255) = 3.07%
R=71.49%
G=25.44%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16358700.640.960.3619.6291.7633.33
HexA33A70406024145c21
Octal2437270100140442413441
Binary10100011111010111010000001100000100100101001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A07; }

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

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

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

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

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

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

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

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