Html Css Color HEX #A4410E Rust

📋 copy color: '#A4410E'

red 164 ◦ green 65 ◦ blue 14

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

Shades of Rust #A4410E

Tints of Rust #A4410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

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

R = 67.49%
G = 26.75%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4410E (or 0xA4410E) is known color: Rust. HEX triplet: A4, 41 and 0E. RGB value is (164,65,14). Sum of RGB (Red+Green+Blue) = 164+65+14=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4410E is #5BBEF1. Grayscale: #595959. Windows color (decimal): -6012658 or 934308. OLE color: 934308.

HSL color Cylindrical-coordinate representation of color #A4410E: hue angle of 20.4º 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 #A4410E is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 65 14 -
CMYK 0 0.60 0.91 0.36
HSL 20.4º 0.84% 0.35% -
HSV(B) 20.4º 0.91% 0.64% -
XYZ 17.28 11.7 1.76 -
YUV 88.79 85.8 181.65 -
System Red Green Blue C M Y K H S L
Decimal 164 65 14 0 0.60 0.91 0.36 20.4 0.84 0.35
Hex A4 41 E 0 3C 5B 24 14 54 23
Octal 244 101 16 0 74 133 44 24 124 43
Binary 10100100 1000001 1110 0 111100 1011011 100100 10100 1010100 100011

Color Harmonies of #A4410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4410E

Black with #A4410E

Text Example


Text Example

White with #A4410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4410E; }

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

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

background-color css

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

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

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

border-color css

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

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

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