Html Css Color HEX #A74D0A Rust

📋 copy color: '#A74D0A'

red 167 ◦ green 77 ◦ blue 10

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

Shades of Rust #A74D0A

Tints of Rust #A74D0A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 65.75%
G = 30.31%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A74D0A (or 0xA74D0A) is known color: Rust. HEX triplet: A7, 4D and 0A. RGB value is (167,77,10). Sum of RGB (Red+Green+Blue) = 167+77+10=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74D0A is #58B2F5. Grayscale: #606060. Windows color (decimal): -5812982 or 675239. OLE color: 675239.

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

Color convert

RGB 167 77 10 -
CMYK 0 0.54 0.94 0.35
HSL 25.61º 0.89% 0.35% -
HSV(B) 25.61º 0.94% 0.65% -
XYZ 18.65 13.55 1.92 -
YUV 96.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 167 77 10 0 0.54 0.94 0.35 25.61 0.89 0.35
Hex A7 4D A 0 36 5E 23 1A 59 23
Octal 247 115 12 0 66 136 43 32 131 43
Binary 10100111 1001101 1010 0 110110 1011110 100011 11010 1011001 100011

Color Harmonies of #A74D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D0A

Black with #A74D0A

Text Example


Text Example

White with #A74D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D0A; }

 p { color: rgb(167,77,10); }

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

background-color css

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

 a { background-color: rgb(167,77,10); }

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

border-color css

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

 span { border-color: rgb(167,77,10); }

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