Html Css Color HEX #A44009 Rust

📋 copy color: '#A44009'

red 164 ◦ green 64 ◦ blue 9

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

Shades of Rust #A44009

Tints of Rust #A44009

RGB

 RED value IS 164 (64.45% from 255) = 69.2%

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

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 69.2%
G = 27%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A44009 (or 0xA44009) is known color: Rust. HEX triplet: A4, 40 and 09. RGB value is (164,64,9). Sum of RGB (Red+Green+Blue) = 164+64+9=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A44009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44009 is #5BBFF6. Grayscale: #575757. Windows color (decimal): -6012919 or 606372. OLE color: 606372.

HSL color Cylindrical-coordinate representation of color #A44009: hue angle of 21.29º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A44009 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 9 -
CMYK 0 0.61 0.95 0.36
HSL 21.29º 0.9% 0.34% -
HSV(B) 21.29º 0.95% 0.64% -
XYZ 17.19 11.58 1.59 -
YUV 87.63 83.63 182.47 -
System Red Green Blue C M Y K H S L
Decimal 164 64 9 0 0.61 0.95 0.36 21.29 0.9 0.34
Hex A4 40 9 0 3D 5F 24 15 5A 22
Octal 244 100 11 0 75 137 44 25 132 42
Binary 10100100 1000000 1001 0 111101 1011111 100100 10101 1011010 100010

Color Harmonies of #A44009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44009

Black with #A44009

Text Example


Text Example

White with #A44009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44009; }

 p { color: rgb(164,64,9); }

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

background-color css

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

 a { background-color: rgb(164,64,9); }

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

border-color css

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

 span { border-color: rgb(164,64,9); }

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