Html Css Color HEX #A74115 Rust

📋 copy color: '#A74115'

red 167 ◦ green 65 ◦ blue 21

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

Shades of Rust #A74115

Tints of Rust #A74115

RGB

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

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

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

R = 66.01%
G = 25.69%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A74115 (or 0xA74115) is known color: Rust. HEX triplet: A7, 41 and 15. RGB value is (167,65,21). Sum of RGB (Red+Green+Blue) = 167+65+21=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A74115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74115 is #58BEEA. Grayscale: #5A5A5A. Windows color (decimal): -5816043 or 1393063. OLE color: 1393063.

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

Color convert

RGB 167 65 21 -
CMYK 0 0.61 0.87 0.35
HSL 18.08º 0.78% 0.37% -
HSV(B) 18.08º 0.87% 0.65% -
XYZ 17.96 12.05 2.09 -
YUV 90.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 167 65 21 0 0.61 0.87 0.35 18.08 0.78 0.37
Hex A7 41 15 0 3D 57 23 12 4E 25
Octal 247 101 25 0 75 127 43 22 116 45
Binary 10100111 1000001 10101 0 111101 1010111 100011 10010 1001110 100101

Color Harmonies of #A74115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74115

Black with #A74115

Text Example


Text Example

White with #A74115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74115; }

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

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

background-color css

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

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

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

border-color css

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

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

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