Html Css Color HEX #A9400C Rust

📋 copy color: '#A9400C'

red 169 ◦ green 64 ◦ blue 12

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

Shades of Rust #A9400C

Tints of Rust #A9400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 68.98%
G = 26.12%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9400C (or 0xA9400C) is known color: Rust. HEX triplet: A9, 40 and 0C. RGB value is (169,64,12). Sum of RGB (Red+Green+Blue) = 169+64+12=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A9400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9400C is #56BFF3. Grayscale: #595959. Windows color (decimal): -5685236 or 802985. OLE color: 802985.

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

Color convert

RGB 169 64 12 -
CMYK 0 0.62 0.93 0.34
HSL 19.87º 0.87% 0.35% -
HSV(B) 19.87º 0.93% 0.66% -
XYZ 18.26 12.13 1.73 -
YUV 89.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 169 64 12 0 0.62 0.93 0.34 19.87 0.87 0.35
Hex A9 40 C 0 3E 5D 22 14 57 23
Octal 251 100 14 0 76 135 42 24 127 43
Binary 10101001 1000000 1100 0 111110 1011101 100010 10100 1010111 100011

Color Harmonies of #A9400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9400C

Black with #A9400C

Text Example


Text Example

White with #A9400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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