Html Css Color HEX #A74212 Rust

📋 copy color: '#A74212'

red 167 ◦ green 66 ◦ blue 18

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

Shades of Rust #A74212

Tints of Rust #A74212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 66.53%
G = 26.29%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A74212 (or 0xA74212) is known color: Rust. HEX triplet: A7, 42 and 12. RGB value is (167,66,18). Sum of RGB (Red+Green+Blue) = 167+66+18=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A74212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74212 is #58BDED. Grayscale: #5B5B5B. Windows color (decimal): -5815790 or 1196711. OLE color: 1196711.

HSL color Cylindrical-coordinate representation of color #A74212: hue angle of 19.33º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A74212 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 18 -
CMYK 0 0.60 0.89 0.35
HSL 19.33º 0.81% 0.36% -
HSV(B) 19.33º 0.89% 0.65% -
XYZ 17.99 12.16 1.97 -
YUV 90.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 167 66 18 0 0.60 0.89 0.35 19.33 0.81 0.36
Hex A7 42 12 0 3C 59 23 13 51 24
Octal 247 102 22 0 74 131 43 23 121 44
Binary 10100111 1000010 10010 0 111100 1011001 100011 10011 1010001 100100

Color Harmonies of #A74212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74212

Black with #A74212

Text Example


Text Example

White with #A74212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74212; }

 p { color: rgb(167,66,18); }

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

background-color css

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

 a { background-color: rgb(167,66,18); }

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

border-color css

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

 span { border-color: rgb(167,66,18); }

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