Html Css Color HEX #A92E11 Rust

📋 copy color: '#A92E11'

red 169 ◦ green 46 ◦ blue 17

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

Shades of Rust #A92E11

Tints of Rust #A92E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 72.84%
G = 19.83%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A92E11 (or 0xA92E11) is known color: Rust. HEX triplet: A9, 2E and 11. RGB value is (169,46,17). Sum of RGB (Red+Green+Blue) = 169+46+17=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92E11 is #56D1EE. Grayscale: #4F4F4F. Windows color (decimal): -5689839 or 1126057. OLE color: 1126057.

HSL color Cylindrical-coordinate representation of color #A92E11: hue angle of 11.45º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A92E11 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 46 17 -
CMYK 0 0.73 0.90 0.34
HSL 11.45º 0.82% 0.36% -
HSV(B) 11.45º 0.9% 0.66% -
XYZ 17.44 10.43 1.62 -
YUV 79.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 169 46 17 0 0.73 0.90 0.34 11.45 0.82 0.36
Hex A9 2E 11 0 49 5A 22 B 52 24
Octal 251 56 21 0 111 132 42 13 122 44
Binary 10101001 101110 10001 0 1001001 1011010 100010 1011 1010010 100100

Color Harmonies of #A92E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92E11

Black with #A92E11

Text Example


Text Example

White with #A92E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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