Html Css Color HEX #A74118 Rust

📋 copy color: '#A74118'

red 167 ◦ green 65 ◦ blue 24

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

Shades of Rust #A74118

Tints of Rust #A74118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 65.23%
G = 25.39%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A74118 (or 0xA74118) is known color: Rust. HEX triplet: A7, 41 and 18. RGB value is (167,65,24). Sum of RGB (Red+Green+Blue) = 167+65+24=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A74118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74118 is #58BEE7. Grayscale: #5B5B5B. Windows color (decimal): -5816040 or 1589671. OLE color: 1589671.

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

Color convert

RGB 167 65 24 -
CMYK 0 0.61 0.86 0.35
HSL 17.2º 0.75% 0.37% -
HSV(B) 17.2º 0.86% 0.65% -
XYZ 17.99 12.06 2.24 -
YUV 90.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 167 65 24 0 0.61 0.86 0.35 17.2 0.75 0.37
Hex A7 41 18 0 3D 56 23 11 4B 25
Octal 247 101 30 0 75 126 43 21 113 45
Binary 10100111 1000001 11000 0 111101 1010110 100011 10001 1001011 100101

Color Harmonies of #A74118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74118

Black with #A74118

Text Example


Text Example

White with #A74118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74118; }

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

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

background-color css

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

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

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

border-color css

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

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

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