Html Css Color HEX #A92D0A Rust

📋 copy color: '#A92D0A'

red 169 ◦ green 45 ◦ blue 10

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

Shades of Rust #A92D0A

Tints of Rust #A92D0A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.09%

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 75.45%
G = 20.09%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A92D0A (or 0xA92D0A) is known color: Rust. HEX triplet: A9, 2D and 0A. RGB value is (169,45,10). Sum of RGB (Red+Green+Blue) = 169+45+10=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92D0A is #56D2F5. Grayscale: #4E4E4E. Windows color (decimal): -5690102 or 667049. OLE color: 667049.

HSL color Cylindrical-coordinate representation of color #A92D0A: hue angle of 13.21º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A92D0A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 45 10 -
CMYK 0 0.73 0.94 0.34
HSL 13.21º 0.89% 0.35% -
HSV(B) 13.21º 0.94% 0.66% -
XYZ 17.36 10.33 1.37 -
YUV 78.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 169 45 10 0 0.73 0.94 0.34 13.21 0.89 0.35
Hex A9 2D A 0 49 5E 22 D 59 23
Octal 251 55 12 0 111 136 42 15 131 43
Binary 10101001 101101 1010 0 1001001 1011110 100010 1101 1011001 100011

Color Harmonies of #A92D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92D0A

Black with #A92D0A

Text Example


Text Example

White with #A92D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92D0A; }

 p { color: rgb(169,45,10); }

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

background-color css

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

 a { background-color: rgb(169,45,10); }

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

border-color css

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

 span { border-color: rgb(169,45,10); }

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