Html Css Color HEX #A92200 Rust

📋 copy color: '#A92200'

red 169 ◦ green 34 ◦ blue 0

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

Shades of Rust #A92200

Tints of Rust #A92200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

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

R = 83.25%
G = 16.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A92200 (or 0xA92200) is known color: Rust. HEX triplet: A9, 22 and 00. RGB value is (169,34,0). Sum of RGB (Red+Green+Blue) = 169+34+0=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A92200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92200 is #56DDFF. Grayscale: #464646. Windows color (decimal): -5692928 or 8873. OLE color: 8873.

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

Color convert

RGB 169 34 0 -
CMYK 0 0.80 1 0.34
HSL 12.07º 1% 0.33% -
HSV(B) 12.07º 1% 0.66% -
XYZ 16.93 9.58 0.96 -
YUV 70.49 88.23 198.26 -
System Red Green Blue C M Y K H S L
Decimal 169 34 0 0 0.80 1 0.34 12.07 1 0.33
Hex A9 22 0 0 50 64 22 C 64 21
Octal 251 42 0 0 120 144 42 14 144 41
Binary 10101001 100010 0 0 1010000 1100100 100010 1100 1100100 100001

Color Harmonies of #A92200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92200

Black with #A92200

Text Example


Text Example

White with #A92200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92200; }

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

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

background-color css

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

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

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

border-color css

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

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

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