Html Css Color HEX #A94201 Rust

📋 copy color: '#A94201'

red 169 ◦ green 66 ◦ blue 1

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

Shades of Rust #A94201

Tints of Rust #A94201

RGB

 RED value IS 169 (66.41% from 255) = 71.61%

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 71.61%
G = 27.97%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A94201 (or 0xA94201) is known color: Rust. HEX triplet: A9, 42 and 01. RGB value is (169,66,1). Sum of RGB (Red+Green+Blue) = 169+66+1=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A94201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94201 is #56BDFE. Grayscale: #595959. Windows color (decimal): -5684735 or 82601. OLE color: 82601.

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

Color convert

RGB 169 66 1 -
CMYK 0 0.61 0.99 0.34
HSL 23.21º 0.99% 0.33% -
HSV(B) 23.21º 0.99% 0.66% -
XYZ 18.32 12.33 1.44 -
YUV 89.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 169 66 1 0 0.61 0.99 0.34 23.21 0.99 0.33
Hex A9 42 1 0 3D 63 22 17 63 21
Octal 251 102 1 0 75 143 42 27 143 41
Binary 10101001 1000010 1 0 111101 1100011 100010 10111 1100011 100001

Color Harmonies of #A94201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94201

Black with #A94201

Text Example


Text Example

White with #A94201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94201; }

 p { color: rgb(169,66,1); }

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

background-color css

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

 a { background-color: rgb(169,66,1); }

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

border-color css

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

 span { border-color: rgb(169,66,1); }

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