Html Css Color HEX #A74101 Rust

📋 copy color: '#A74101'

red 167 ◦ green 65 ◦ blue 1

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

Shades of Rust #A74101

Tints of Rust #A74101

RGB

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

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

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

R = 71.67%
G = 27.9%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A74101 (or 0xA74101) is known color: Rust. HEX triplet: A7, 41 and 01. RGB value is (167,65,1). Sum of RGB (Red+Green+Blue) = 167+65+1=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A74101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74101 is #58BEFE. Grayscale: #585858. Windows color (decimal): -5816063 or 82343. OLE color: 82343.

HSL color Cylindrical-coordinate representation of color #A74101: hue angle of 23.13º 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 #A74101 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 1 -
CMYK 0 0.61 0.99 0.35
HSL 23.13º 0.99% 0.33% -
HSV(B) 23.13º 0.99% 0.65% -
XYZ 17.83 12 1.4 -
YUV 88.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 167 65 1 0 0.61 0.99 0.35 23.13 0.99 0.33
Hex A7 41 1 0 3D 63 23 17 63 21
Octal 247 101 1 0 75 143 43 27 143 41
Binary 10100111 1000001 1 0 111101 1100011 100011 10111 1100011 100001

Color Harmonies of #A74101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74101

Black with #A74101

Text Example


Text Example

White with #A74101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74101; }

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

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

background-color css

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

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

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

border-color css

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

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

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