Html Css Color HEX #A92A00 Rust

📋 copy color: '#A92A00'

red 169 ◦ green 42 ◦ blue 0

#A92A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #A92A00

Tints of Rust #A92A00

RGB

 RED value IS 169 (66.41% from 255) = 80.09%

 GREEN value IS 42 (16.8% from 255) = 19.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.09%
G = 19.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A92A00 (or 0xA92A00) is known color: Rust. HEX triplet: A9, 2A and 00. RGB value is (169,42,0). Sum of RGB (Red+Green+Blue) = 169+42+0=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92A00 is #56D5FF. Grayscale: #4B4B4B. Windows color (decimal): -5690880 or 10921. OLE color: 10921.

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

Color convert

RGB 169 42 0 -
CMYK 0 0.75 1 0.34
HSL 14.91º 1% 0.33% -
HSV(B) 14.91º 1% 0.66% -
XYZ 17.19 10.09 1.04 -
YUV 75.19 85.58 194.92 -
System Red Green Blue C M Y K H S L
Decimal 169 42 0 0 0.75 1 0.34 14.91 1 0.33
Hex A9 2A 0 0 4B 64 22 F 64 21
Octal 251 52 0 0 113 144 42 17 144 41
Binary 10101001 101010 0 0 1001011 1100100 100010 1111 1100100 100001

Color Harmonies of #A92A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92A00

Black with #A92A00

Text Example


Text Example

White with #A92A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92A00; }

 p { color: rgb(169,42,0); }

 H1.HeaderClassName
 {
   color: #A92A00;
 }
 .AnyTagClassName
 {
   color: #A92A00;
 }
</style>

background-color css

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

 a { background-color: rgb(169,42,0); }

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

border-color css

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

 span { border-color: rgb(169,42,0); }

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