Html Css Color HEX #A4400E Rust

📋 copy color: '#A4400E'

red 164 ◦ green 64 ◦ blue 14

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

Shades of Rust #A4400E

Tints of Rust #A4400E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 67.77%
G = 26.45%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4400E (or 0xA4400E) is known color: Rust. HEX triplet: A4, 40 and 0E. RGB value is (164,64,14). Sum of RGB (Red+Green+Blue) = 164+64+14=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A4400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4400E is #5BBFF1. Grayscale: #585858. Windows color (decimal): -6012914 or 934052. OLE color: 934052.

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

Color convert

RGB 164 64 14 -
CMYK 0 0.61 0.91 0.36
HSL 20º 0.84% 0.35% -
HSV(B) 20º 0.91% 0.64% -
XYZ 17.22 11.59 1.75 -
YUV 88.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 164 64 14 0 0.61 0.91 0.36 20 0.84 0.35
Hex A4 40 E 0 3D 5B 24 14 54 23
Octal 244 100 16 0 75 133 44 24 124 43
Binary 10100100 1000000 1110 0 111101 1011011 100100 10100 1010100 100011

Color Harmonies of #A4400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4400E

Black with #A4400E

Text Example


Text Example

White with #A4400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4400E; }

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

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

background-color css

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

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

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

border-color css

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

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

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