Html Css Color HEX #A94404 Rust

📋 copy color: '#A94404'

red 169 ◦ green 68 ◦ blue 4

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

Shades of Rust #A94404

Tints of Rust #A94404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 70.12%
G = 28.22%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A94404 (or 0xA94404) is known color: Rust. HEX triplet: A9, 44 and 04. RGB value is (169,68,4). Sum of RGB (Red+Green+Blue) = 169+68+4=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A94404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94404 is #56BBFB. Grayscale: #5B5B5B. Windows color (decimal): -5684220 or 279721. OLE color: 279721.

HSL color Cylindrical-coordinate representation of color #A94404: hue angle of 23.27º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A94404 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 68 4 -
CMYK 0 0.60 0.98 0.34
HSL 23.27º 0.95% 0.34% -
HSV(B) 23.27º 0.98% 0.66% -
XYZ 18.45 12.58 1.57 -
YUV 90.9 78.96 183.7 -
System Red Green Blue C M Y K H S L
Decimal 169 68 4 0 0.60 0.98 0.34 23.27 0.95 0.34
Hex A9 44 4 0 3C 62 22 17 5F 22
Octal 251 104 4 0 74 142 42 27 137 42
Binary 10101001 1000100 100 0 111100 1100010 100010 10111 1011111 100010

Color Harmonies of #A94404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94404

Black with #A94404

Text Example


Text Example

White with #A94404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94404; }

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

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

background-color css

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

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

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

border-color css

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

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

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