Html Css Color HEX #A7400D Rust

📋 copy color: '#A7400D'

red 167 ◦ green 64 ◦ blue 13

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

Shades of Rust #A7400D

Tints of Rust #A7400D

RGB

 RED value IS 167 (65.63% from 255) = 68.44%

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

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

R = 68.44%
G = 26.23%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7400D (or 0xA7400D) is known color: Rust. HEX triplet: A7, 40 and 0D. RGB value is (167,64,13). Sum of RGB (Red+Green+Blue) = 167+64+13=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A7400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7400D is #58BFF2. Grayscale: #595959. Windows color (decimal): -5816307 or 868519. OLE color: 868519.

HSL color Cylindrical-coordinate representation of color #A7400D: hue angle of 19.87º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7400D is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 64 13 -
CMYK 0 0.62 0.92 0.35
HSL 19.87º 0.86% 0.35% -
HSV(B) 19.87º 0.92% 0.65% -
XYZ 17.84 11.91 1.74 -
YUV 88.98 85.12 183.65 -
System Red Green Blue C M Y K H S L
Decimal 167 64 13 0 0.62 0.92 0.35 19.87 0.86 0.35
Hex A7 40 D 0 3E 5C 23 14 56 23
Octal 247 100 15 0 76 134 43 24 126 43
Binary 10100111 1000000 1101 0 111110 1011100 100011 10100 1010110 100011

Color Harmonies of #A7400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7400D

Black with #A7400D

Text Example


Text Example

White with #A7400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7400D; }

 p { color: rgb(167,64,13); }

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

background-color css

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

 a { background-color: rgb(167,64,13); }

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

border-color css

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

 span { border-color: rgb(167,64,13); }

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