Html Css Color HEX #A4400C Rust

📋 copy color: '#A4400C'

red 164 ◦ green 64 ◦ blue 12

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

Shades of Rust #A4400C

Tints of Rust #A4400C

RGB

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

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

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

R = 68.33%
G = 26.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4400C (or 0xA4400C) is known color: Rust. HEX triplet: A4, 40 and 0C. RGB value is (164,64,12). Sum of RGB (Red+Green+Blue) = 164+64+12=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A4400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4400C is #5BBFF3. Grayscale: #585858. Windows color (decimal): -6012916 or 802980. OLE color: 802980.

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

Color convert

RGB 164 64 12 -
CMYK 0 0.61 0.93 0.36
HSL 20.53º 0.86% 0.35% -
HSV(B) 20.53º 0.93% 0.64% -
XYZ 17.21 11.59 1.68 -
YUV 87.97 85.13 182.23 -
System Red Green Blue C M Y K H S L
Decimal 164 64 12 0 0.61 0.93 0.36 20.53 0.86 0.35
Hex A4 40 C 0 3D 5D 24 15 56 23
Octal 244 100 14 0 75 135 44 25 126 43
Binary 10100100 1000000 1100 0 111101 1011101 100100 10101 1010110 100011

Color Harmonies of #A4400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4400C

Black with #A4400C

Text Example


Text Example

White with #A4400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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