#A1350B

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

Shades of Rust #A1350B

Tints of Rust #A1350B

Color information

#A1350B (or 0xA1350B) is unknown color: approx Rust. HEX triplet: A1, 35 and 0B. RGB value is (161,53,11). Sum of RGB (Red+Green+Blue) = 161+53+11=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A1350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1350B is #5ECAF4. Grayscale: #505050. Windows color (decimal): -6212341 or 734625. OLE color: 734625.

HSL color Cylindrical-coordinate representation of color #A1350B: hue angle of 16.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1350B is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1615311-
CMYK00.670.930.37
HSL16.8º87.21%33.73%-
HSV(B)16.8º93.17%63.14%-
XYZ16.0310.151.43-
YUV80.588.78185.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.56%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=71.56%
G=23.56%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161531100.670.930.3716.887.2133.73
HexA135B0435D25115722
Octal24165130103135452112742
Binary101000011101011011010000111011101100101100011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1350B; }

 p { color: rgb(161,53,11); }

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

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

 a { background-color: rgb(161,53,11); }

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

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

 span { border-color: rgb(161,53,11); }

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