Html Css Color HEX #A74312 Rust

📋 copy color: '#A74312'

red 167 ◦ green 67 ◦ blue 18

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

Shades of Rust #A74312

Tints of Rust #A74312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 66.27%
G = 26.59%
B = 7.14%

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

#A74312 (or 0xA74312) is known color: Rust. HEX triplet: A7, 43 and 12. RGB value is (167,67,18). Sum of RGB (Red+Green+Blue) = 167+67+18=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A74312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74312 is #58BCED. Grayscale: #5B5B5B. Windows color (decimal): -5815534 or 1196967. OLE color: 1196967.

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

Color convert

RGB 167 67 18 -
CMYK 0 0.60 0.89 0.35
HSL 19.73º 0.81% 0.36% -
HSV(B) 19.73º 0.89% 0.65% -
XYZ 18.05 12.27 1.99 -
YUV 91.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 167 67 18 0 0.60 0.89 0.35 19.73 0.81 0.36
Hex A7 43 12 0 3C 59 23 14 51 24
Octal 247 103 22 0 74 131 43 24 121 44
Binary 10100111 1000011 10010 0 111100 1011001 100011 10100 1010001 100100

Color Harmonies of #A74312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74312

Black with #A74312

Text Example


Text Example

White with #A74312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74312; }

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

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

background-color css

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

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

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

border-color css

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

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

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