#A33814

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

Shades of Rust #A33814

Tints of Rust #A33814

Color information

#A33814 (or 0xA33814) is unknown color: approx Rust. HEX triplet: A3, 38 and 14. RGB value is (163,56,20). Sum of RGB (Red+Green+Blue) = 163+56+20=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A33814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33814 is #5CC7EB. Grayscale: #545454. Windows color (decimal): -6080492 or 1325219. OLE color: 1325219.

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

Color convert

RGB1635620-
CMYK00.660.880.36
HSL15.1º78.14%35.88%-
HSV(B)15.1º87.73%63.92%-
XYZ16.6410.671.84-
YUV83.8991.95184.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.20%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=68.20%
G=23.43%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163562000.660.880.3615.178.1435.88
HexA338140425824f4e24
Octal24370240102130441711644
Binary101000111110001010001000010101100010010011111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33814; }

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

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

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

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

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

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

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

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