Html Css Color HEX #A92E00 Rust

📋 copy color: '#A92E00'

red 169 ◦ green 46 ◦ blue 0

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

Shades of Rust #A92E00

Tints of Rust #A92E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.4%

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

R = 78.6%
G = 21.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A92E00 (or 0xA92E00) is known color: Rust. HEX triplet: A9, 2E and 00. RGB value is (169,46,0). Sum of RGB (Red+Green+Blue) = 169+46+0=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92E00 is #56D1FF. Grayscale: #4D4D4D. Windows color (decimal): -5689856 or 11945. OLE color: 11945.

HSL color Cylindrical-coordinate representation of color #A92E00: hue angle of 16.33º 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 #A92E00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 46 0 -
CMYK 0 0.73 1 0.34
HSL 16.33º 1% 0.33% -
HSV(B) 16.33º 1% 0.66% -
XYZ 17.34 10.39 1.09 -
YUV 77.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 169 46 0 0 0.73 1 0.34 16.33 1 0.33
Hex A9 2E 0 0 49 64 22 10 64 21
Octal 251 56 0 0 111 144 42 20 144 41
Binary 10101001 101110 0 0 1001001 1100100 100010 10000 1100100 100001

Color Harmonies of #A92E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92E00

Black with #A92E00

Text Example


Text Example

White with #A92E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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