Html Css Color HEX #A74D03 Rust

📋 copy color: '#A74D03'

red 167 ◦ green 77 ◦ blue 3

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

Shades of Rust #A74D03

Tints of Rust #A74D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 67.61%
G = 31.17%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A74D03 (or 0xA74D03) is known color: Rust. HEX triplet: A7, 4D and 03. RGB value is (167,77,3). Sum of RGB (Red+Green+Blue) = 167+77+3=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74D03 is #58B2FC. Grayscale: #5F5F5F. Windows color (decimal): -5812989 or 216487. OLE color: 216487.

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

Color convert

RGB 167 77 3 -
CMYK 0 0.54 0.98 0.35
HSL 27.07º 0.96% 0.33% -
HSV(B) 27.07º 0.98% 0.65% -
XYZ 18.61 13.53 1.72 -
YUV 95.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 167 77 3 0 0.54 0.98 0.35 27.07 0.96 0.33
Hex A7 4D 3 0 36 62 23 1B 60 21
Octal 247 115 3 0 66 142 43 33 140 41
Binary 10100111 1001101 11 0 110110 1100010 100011 11011 1100000 100001

Color Harmonies of #A74D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D03

Black with #A74D03

Text Example


Text Example

White with #A74D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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