Html Css Color HEX #A74102 Rust

📋 copy color: '#A74102'

red 167 ◦ green 65 ◦ blue 2

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

Shades of Rust #A74102

Tints of Rust #A74102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 71.37%
G = 27.78%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A74102 (or 0xA74102) is known color: Rust. HEX triplet: A7, 41 and 02. RGB value is (167,65,2). Sum of RGB (Red+Green+Blue) = 167+65+2=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A74102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74102 is #58BEFD. Grayscale: #585858. Windows color (decimal): -5816062 or 147879. OLE color: 147879.

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

Color convert

RGB 167 65 2 -
CMYK 0 0.61 0.99 0.35
HSL 22.91º 0.98% 0.33% -
HSV(B) 22.91º 0.99% 0.65% -
XYZ 17.84 12 1.43 -
YUV 88.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 167 65 2 0 0.61 0.99 0.35 22.91 0.98 0.33
Hex A7 41 2 0 3D 63 23 17 62 21
Octal 247 101 2 0 75 143 43 27 142 41
Binary 10100111 1000001 10 0 111101 1100011 100011 10111 1100010 100001

Color Harmonies of #A74102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74102

Black with #A74102

Text Example


Text Example

White with #A74102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74102; }

 p { color: rgb(167,65,2); }

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

background-color css

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

 a { background-color: rgb(167,65,2); }

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

border-color css

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

 span { border-color: rgb(167,65,2); }

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