#A33800

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

Shades of Rust #A33800

Tints of Rust #A33800

Color information

#A33800 (or 0xA33800) is unknown color: approx Rust. HEX triplet: A3, 38 and 00. RGB value is (163,56,0). Sum of RGB (Red+Green+Blue) = 163+56+0=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A33800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33800 is #5CC7FF. Grayscale: #515151. Windows color (decimal): -6080512 or 14499. OLE color: 14499.

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

Color convert

RGB163560-
CMYK00.6610.36
HSL20.61º100%31.96%-
HSV(B)20.61º100%63.92%-
XYZ16.5210.611.18-
YUV81.6181.95186.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.43%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.43%
G=25.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16356000.6610.3620.6110031.96
HexA33800426424156420
Octal2437000102144442514440
Binary101000111110000010000101100100100100101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33800; }

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

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

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

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

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

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

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

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