#A92F0D

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

Shades of Rust #A92F0D

Tints of Rust #A92F0D

Color information

#A92F0D (or 0xA92F0D) is unknown color: approx Rust. HEX triplet: A9, 2F and 0D. RGB value is (169,47,13). Sum of RGB (Red+Green+Blue) = 169+47+13=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92F0D is #56D0F2. Grayscale: #4F4F4F. Windows color (decimal): -5689587 or 864169. OLE color: 864169.

HSL color Cylindrical-coordinate representation of color #A92F0D: hue angle of 13.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A92F0D is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB1694713-
CMYK00.720.920.34
HSL13.08º85.71%35.69%-
HSV(B)13.08º92.31%66.27%-
XYZ17.4510.51.49-
YUV79.690.42191.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 73.80%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 13 (5.47% from 255) = 5.68%
R=73.80%
G=20.52%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169471300.720.920.3413.0885.7135.69
HexA92FD0485C22d5624
Octal25157150110134421512644
Binary10101001101111110101001000101110010001011011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92F0D; }

 p { color: rgb(169,47,13); }

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

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

 a { background-color: rgb(169,47,13); }

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

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

 span { border-color: rgb(169,47,13); }

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