Html Css Color HEX #A74414 Rust

📋 copy color: '#A74414'

red 167 ◦ green 68 ◦ blue 20

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

Shades of Rust #A74414

Tints of Rust #A74414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 65.49%
G = 26.67%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A74414 (or 0xA74414) is known color: Rust. HEX triplet: A7, 44 and 14. RGB value is (167,68,20). Sum of RGB (Red+Green+Blue) = 167+68+20=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A74414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74414 is #58BBEB. Grayscale: #5C5C5C. Windows color (decimal): -5815276 or 1328295. OLE color: 1328295.

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

Color convert

RGB 167 68 20 -
CMYK 0 0.59 0.88 0.35
HSL 19.59º 0.79% 0.37% -
HSV(B) 19.59º 0.88% 0.65% -
XYZ 18.13 12.4 2.1 -
YUV 92.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 167 68 20 0 0.59 0.88 0.35 19.59 0.79 0.37
Hex A7 44 14 0 3B 58 23 14 4F 25
Octal 247 104 24 0 73 130 43 24 117 45
Binary 10100111 1000100 10100 0 111011 1011000 100011 10100 1001111 100101

Color Harmonies of #A74414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74414

Black with #A74414

Text Example


Text Example

White with #A74414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74414; }

 p { color: rgb(167,68,20); }

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

background-color css

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

 a { background-color: rgb(167,68,20); }

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

border-color css

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

 span { border-color: rgb(167,68,20); }

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