Html Css Color HEX #A4440D Rust

📋 copy color: '#A4440D'

red 164 ◦ green 68 ◦ blue 13

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

Shades of Rust #A4440D

Tints of Rust #A4440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 66.94%
G = 27.76%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4440D (or 0xA4440D) is known color: Rust. HEX triplet: A4, 44 and 0D. RGB value is (164,68,13). Sum of RGB (Red+Green+Blue) = 164+68+13=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4440D is #5BBBF2. Grayscale: #5A5A5A. Windows color (decimal): -6011891 or 869540. OLE color: 869540.

HSL color Cylindrical-coordinate representation of color #A4440D: hue angle of 21.85º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4440D is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 68 13 -
CMYK 0 0.59 0.92 0.36
HSL 21.85º 0.85% 0.35% -
HSV(B) 21.85º 0.92% 0.64% -
XYZ 17.45 12.06 1.79 -
YUV 90.43 84.3 180.47 -
System Red Green Blue C M Y K H S L
Decimal 164 68 13 0 0.59 0.92 0.36 21.85 0.85 0.35
Hex A4 44 D 0 3B 5C 24 16 55 23
Octal 244 104 15 0 73 134 44 26 125 43
Binary 10100100 1000100 1101 0 111011 1011100 100100 10110 1010101 100011

Color Harmonies of #A4440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4440D

Black with #A4440D

Text Example


Text Example

White with #A4440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4440D; }

 p { color: rgb(164,68,13); }

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

background-color css

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

 a { background-color: rgb(164,68,13); }

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

border-color css

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

 span { border-color: rgb(164,68,13); }

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