#A13A0B

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

Shades of Rust #A13A0B

Tints of Rust #A13A0B

Color information

#A13A0B (or 0xA13A0B) is unknown color: approx Rust. HEX triplet: A1, 3A and 0B. RGB value is (161,58,11). Sum of RGB (Red+Green+Blue) = 161+58+11=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A0B is #5EC5F4. Grayscale: #535353. Windows color (decimal): -6211061 or 735905. OLE color: 735905.

HSL color Cylindrical-coordinate representation of color #A13A0B: hue angle of 18.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 #A13A0B is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1615811-
CMYK00.640.930.37
HSL18.8º87.21%33.73%-
HSV(B)18.8º93.17%63.14%-
XYZ16.2710.631.51-
YUV83.4487.12183.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 11 (4.69% from 255) = 4.78%
R=70%
G=25.22%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161581100.640.930.3718.887.2133.73
HexA13AB0405D25135722
Octal24172130100135452312742
Binary101000011110101011010000001011101100101100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13A0B; }

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

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

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

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

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

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

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

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