Html Css Color HEX #A74419 Rust

📋 copy color: '#A74419'

red 167 ◦ green 68 ◦ blue 25

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

Shades of Rust #A74419

Tints of Rust #A74419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 64.23%
G = 26.15%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A74419 (or 0xA74419) is known color: Rust. HEX triplet: A7, 44 and 19. RGB value is (167,68,25). Sum of RGB (Red+Green+Blue) = 167+68+25=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A74419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74419 is #58BBE6. Grayscale: #5C5C5C. Windows color (decimal): -5815271 or 1655975. OLE color: 1655975.

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

Color convert

RGB 167 68 25 -
CMYK 0 0.59 0.85 0.35
HSL 18.17º 0.74% 0.38% -
HSV(B) 18.17º 0.85% 0.65% -
XYZ 18.18 12.42 2.36 -
YUV 92.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 167 68 25 0 0.59 0.85 0.35 18.17 0.74 0.38
Hex A7 44 19 0 3B 55 23 12 4A 26
Octal 247 104 31 0 73 125 43 22 112 46
Binary 10100111 1000100 11001 0 111011 1010101 100011 10010 1001010 100110

Color Harmonies of #A74419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74419

Black with #A74419

Text Example


Text Example

White with #A74419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74419; }

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

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

background-color css

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

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

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

border-color css

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

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

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