Html Css Color HEX #A74A03 Rust

📋 copy color: '#A74A03'

red 167 ◦ green 74 ◦ blue 3

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

Shades of Rust #A74A03

Tints of Rust #A74A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.33%

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

R = 68.44%
G = 30.33%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A74A03 (or 0xA74A03) is known color: Rust. HEX triplet: A7, 4A and 03. RGB value is (167,74,3). Sum of RGB (Red+Green+Blue) = 167+74+3=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74A03 is #58B5FC. Grayscale: #5E5E5E. Windows color (decimal): -5813757 or 215719. OLE color: 215719.

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

Color convert

RGB 167 74 3 -
CMYK 0 0.56 0.98 0.35
HSL 25.98º 0.96% 0.33% -
HSV(B) 25.98º 0.98% 0.65% -
XYZ 18.4 13.12 1.65 -
YUV 93.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 167 74 3 0 0.56 0.98 0.35 25.98 0.96 0.33
Hex A7 4A 3 0 38 62 23 1A 60 21
Octal 247 112 3 0 70 142 43 32 140 41
Binary 10100111 1001010 11 0 111000 1100010 100011 11010 1100000 100001

Color Harmonies of #A74A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A03

Black with #A74A03

Text Example


Text Example

White with #A74A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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