Html Css Color HEX #A94012 Rust

📋 copy color: '#A94012'

red 169 ◦ green 64 ◦ blue 18

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

Shades of Rust #A94012

Tints of Rust #A94012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 67.33%
G = 25.5%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A94012 (or 0xA94012) is known color: Rust. HEX triplet: A9, 40 and 12. RGB value is (169,64,18). Sum of RGB (Red+Green+Blue) = 169+64+18=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A94012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94012 is #56BFED. Grayscale: #5A5A5A. Windows color (decimal): -5685230 or 1196201. OLE color: 1196201.

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

Color convert

RGB 169 64 18 -
CMYK 0 0.62 0.89 0.34
HSL 18.28º 0.81% 0.37% -
HSV(B) 18.28º 0.89% 0.66% -
XYZ 18.3 12.15 1.95 -
YUV 90.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 169 64 18 0 0.62 0.89 0.34 18.28 0.81 0.37
Hex A9 40 12 0 3E 59 22 12 51 25
Octal 251 100 22 0 76 131 42 22 121 45
Binary 10101001 1000000 10010 0 111110 1011001 100010 10010 1010001 100101

Color Harmonies of #A94012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94012

Black with #A94012

Text Example


Text Example

White with #A94012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94012; }

 p { color: rgb(169,64,18); }

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

background-color css

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

 a { background-color: rgb(169,64,18); }

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

border-color css

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

 span { border-color: rgb(169,64,18); }

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