#A9360B

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

Shades of Rust #A9360B

Tints of Rust #A9360B

Color information

#A9360B (or 0xA9360B) is unknown color: approx Rust. HEX triplet: A9, 36 and 0B. RGB value is (169,54,11). Sum of RGB (Red+Green+Blue) = 169+54+11=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A9360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9360B is #56C9F4. Grayscale: #535353. Windows color (decimal): -5687797 or 734889. OLE color: 734889.

HSL color Cylindrical-coordinate representation of color #A9360B: hue angle of 16.33º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9360B is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1695411-
CMYK00.680.930.34
HSL16.33º87.78%35.29%-
HSV(B)16.33º93.49%66.27%-
XYZ17.7411.11.52-
YUV83.4887.1189-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 72.22%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 11 (4.69% from 255) = 4.70%
R=72.22%
G=23.08%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169541100.680.930.3416.3387.7835.29
HexA936B0445D22105823
Octal25166130104135422013043
Binary101010011101101011010001001011101100010100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9360B; }

 p { color: rgb(169,54,11); }

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

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

 a { background-color: rgb(169,54,11); }

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

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

 span { border-color: rgb(169,54,11); }

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