Html Css Color HEX #A92D0E Rust

📋 copy color: '#A92D0E'

red 169 ◦ green 45 ◦ blue 14

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

Shades of Rust #A92D0E

Tints of Rust #A92D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 74.12%
G = 19.74%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A92D0E (or 0xA92D0E) is known color: Rust. HEX triplet: A9, 2D and 0E. RGB value is (169,45,14). Sum of RGB (Red+Green+Blue) = 169+45+14=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92D0E is #56D2F1. Grayscale: #4E4E4E. Windows color (decimal): -5690098 or 929193. OLE color: 929193.

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

Color convert

RGB 169 45 14 -
CMYK 0 0.73 0.92 0.34
HSL 12º 0.85% 0.36% -
HSV(B) 12º 0.92% 0.66% -
XYZ 17.38 10.34 1.5 -
YUV 78.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 169 45 14 0 0.73 0.92 0.34 12 0.85 0.36
Hex A9 2D E 0 49 5C 22 C 55 24
Octal 251 55 16 0 111 134 42 14 125 44
Binary 10101001 101101 1110 0 1001001 1011100 100010 1100 1010101 100100

Color Harmonies of #A92D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92D0E

Black with #A92D0E

Text Example


Text Example

White with #A92D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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