Html Css Color HEX #A74001 Rust

📋 copy color: '#A74001'

red 167 ◦ green 64 ◦ blue 1

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

Shades of Rust #A74001

Tints of Rust #A74001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 71.98%
G = 27.59%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A74001 (or 0xA74001) is known color: Rust. HEX triplet: A7, 40 and 01. RGB value is (167,64,1). Sum of RGB (Red+Green+Blue) = 167+64+1=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A74001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74001 is #58BFFE. Grayscale: #575757. Windows color (decimal): -5816319 or 82087. OLE color: 82087.

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

Color convert

RGB 167 64 1 -
CMYK 0 0.62 0.99 0.35
HSL 22.77º 0.99% 0.33% -
HSV(B) 22.77º 0.99% 0.65% -
XYZ 17.78 11.88 1.39 -
YUV 87.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 167 64 1 0 0.62 0.99 0.35 22.77 0.99 0.33
Hex A7 40 1 0 3E 63 23 17 63 21
Octal 247 100 1 0 76 143 43 27 143 41
Binary 10100111 1000000 1 0 111110 1100011 100011 10111 1100011 100001

Color Harmonies of #A74001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74001

Black with #A74001

Text Example


Text Example

White with #A74001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74001; }

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

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

background-color css

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

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

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

border-color css

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

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

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