Html Css Color HEX #A94412 Rust

📋 copy color: '#A94412'

red 169 ◦ green 68 ◦ blue 18

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

Shades of Rust #A94412

Tints of Rust #A94412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 66.27%
G = 26.67%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A94412 (or 0xA94412) is known color: Rust. HEX triplet: A9, 44 and 12. RGB value is (169,68,18). Sum of RGB (Red+Green+Blue) = 169+68+18=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A94412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94412 is #56BBED. Grayscale: #5C5C5C. Windows color (decimal): -5684206 or 1197225. OLE color: 1197225.

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

Color convert

RGB 169 68 18 -
CMYK 0 0.60 0.89 0.34
HSL 19.87º 0.81% 0.37% -
HSV(B) 19.87º 0.89% 0.66% -
XYZ 18.54 12.61 2.03 -
YUV 92.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 169 68 18 0 0.60 0.89 0.34 19.87 0.81 0.37
Hex A9 44 12 0 3C 59 22 14 51 25
Octal 251 104 22 0 74 131 42 24 121 45
Binary 10101001 1000100 10010 0 111100 1011001 100010 10100 1010001 100101

Color Harmonies of #A94412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94412

Black with #A94412

Text Example


Text Example

White with #A94412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94412; }

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

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

background-color css

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

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

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

border-color css

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

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

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