#A92F02

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

Shades of Rust #A92F02

Tints of Rust #A92F02

Color information

#A92F02 (or 0xA92F02) is unknown color: approx Rust. HEX triplet: A9, 2F and 02. RGB value is (169,47,2). Sum of RGB (Red+Green+Blue) = 169+47+2=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92F02 is #56D0FD. Grayscale: #4E4E4E. Windows color (decimal): -5689598 or 143273. OLE color: 143273.

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

Color convert

RGB169472-
CMYK00.720.990.34
HSL16.17º97.66%33.53%-
HSV(B)16.17º98.82%66.27%-
XYZ17.3910.471.16-
YUV78.3584.92192.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.52%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=77.52%
G=21.56%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16947200.720.990.3416.1797.6633.53
HexA92F20486322106222
Octal2515720110143422014242
Binary1010100110111110010010001100011100010100001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92F02; }

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

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

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

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

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

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

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

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