Html Css Color HEX #A74F0C Rust

📋 copy color: '#A74F0C'

red 167 ◦ green 79 ◦ blue 12

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

Shades of Rust #A74F0C

Tints of Rust #A74F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.62%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 64.73%
G = 30.62%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A74F0C (or 0xA74F0C) is known color: Rust. HEX triplet: A7, 4F and 0C. RGB value is (167,79,12). Sum of RGB (Red+Green+Blue) = 167+79+12=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74F0C is #58B0F3. Grayscale: #626262. Windows color (decimal): -5812468 or 806823. OLE color: 806823.

HSL color Cylindrical-coordinate representation of color #A74F0C: hue angle of 25.94º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A74F0C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 79 12 -
CMYK 0 0.53 0.93 0.35
HSL 25.94º 0.87% 0.35% -
HSV(B) 25.94º 0.93% 0.65% -
XYZ 18.8 13.83 2.03 -
YUV 97.67 79.65 177.45 -
System Red Green Blue C M Y K H S L
Decimal 167 79 12 0 0.53 0.93 0.35 25.94 0.87 0.35
Hex A7 4F C 0 35 5D 23 1A 57 23
Octal 247 117 14 0 65 135 43 32 127 43
Binary 10100111 1001111 1100 0 110101 1011101 100011 11010 1010111 100011

Color Harmonies of #A74F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F0C

Black with #A74F0C

Text Example


Text Example

White with #A74F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F0C; }

 p { color: rgb(167,79,12); }

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

background-color css

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

 a { background-color: rgb(167,79,12); }

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

border-color css

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

 span { border-color: rgb(167,79,12); }

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