Html Css Color HEX #A74013 Rust

📋 copy color: '#A74013'

red 167 ◦ green 64 ◦ blue 19

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

Shades of Rust #A74013

Tints of Rust #A74013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 66.8%
G = 25.6%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A74013 (or 0xA74013) is known color: Rust. HEX triplet: A7, 40 and 13. RGB value is (167,64,19). Sum of RGB (Red+Green+Blue) = 167+64+19=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A74013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74013 is #58BFEC. Grayscale: #595959. Windows color (decimal): -5816301 or 1261735. OLE color: 1261735.

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

Color convert

RGB 167 64 19 -
CMYK 0 0.62 0.89 0.35
HSL 18.24º 0.8% 0.36% -
HSV(B) 18.24º 0.89% 0.65% -
XYZ 17.89 11.93 1.98 -
YUV 89.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 167 64 19 0 0.62 0.89 0.35 18.24 0.8 0.36
Hex A7 40 13 0 3E 59 23 12 50 24
Octal 247 100 23 0 76 131 43 22 120 44
Binary 10100111 1000000 10011 0 111110 1011001 100011 10010 1010000 100100

Color Harmonies of #A74013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74013

Black with #A74013

Text Example


Text Example

White with #A74013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74013; }

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

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

background-color css

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

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

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

border-color css

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

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

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