Html Css Color HEX #A74015 Rust

📋 copy color: '#A74015'

red 167 ◦ green 64 ◦ blue 21

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

Shades of Rust #A74015

Tints of Rust #A74015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 66.27%
G = 25.4%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A74015 (or 0xA74015) is known color: Rust. HEX triplet: A7, 40 and 15. RGB value is (167,64,21). Sum of RGB (Red+Green+Blue) = 167+64+21=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A74015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74015 is #58BFEA. Grayscale: #5A5A5A. Windows color (decimal): -5816299 or 1392807. OLE color: 1392807.

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

Color convert

RGB 167 64 21 -
CMYK 0 0.62 0.87 0.35
HSL 17.67º 0.78% 0.37% -
HSV(B) 17.67º 0.87% 0.65% -
XYZ 17.91 11.94 2.07 -
YUV 89.9 89.12 183 -
System Red Green Blue C M Y K H S L
Decimal 167 64 21 0 0.62 0.87 0.35 17.67 0.78 0.37
Hex A7 40 15 0 3E 57 23 12 4E 25
Octal 247 100 25 0 76 127 43 22 116 45
Binary 10100111 1000000 10101 0 111110 1010111 100011 10010 1001110 100101

Color Harmonies of #A74015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74015

Black with #A74015

Text Example


Text Example

White with #A74015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74015; }

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

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

background-color css

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

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

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

border-color css

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

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

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