Html Css Color HEX #A7401A Rust

📋 copy color: '#A7401A'

red 167 ◦ green 64 ◦ blue 26

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

Shades of Rust #A7401A

Tints of Rust #A7401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 64.98%
G = 24.9%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7401A (or 0xA7401A) is known color: Rust. HEX triplet: A7, 40 and 1A. RGB value is (167,64,26). Sum of RGB (Red+Green+Blue) = 167+64+26=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A7401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7401A is #58BFE5. Grayscale: #5A5A5A. Windows color (decimal): -5816294 or 1720487. OLE color: 1720487.

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

Color convert

RGB 167 64 26 -
CMYK 0 0.62 0.84 0.35
HSL 16.17º 0.73% 0.38% -
HSV(B) 16.17º 0.84% 0.65% -
XYZ 17.96 11.96 2.34 -
YUV 90.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 167 64 26 0 0.62 0.84 0.35 16.17 0.73 0.38
Hex A7 40 1A 0 3E 54 23 10 49 26
Octal 247 100 32 0 76 124 43 20 111 46
Binary 10100111 1000000 11010 0 111110 1010100 100011 10000 1001001 100110

Color Harmonies of #A7401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7401A

Black with #A7401A

Text Example


Text Example

White with #A7401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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