Html Css Color HEX #A14401 Rust

📋 copy color: '#A14401'

red 161 ◦ green 68 ◦ blue 1

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

Shades of Rust #A14401

Tints of Rust #A14401

RGB

 RED value IS 161 (63.28% from 255) = 70%

 GREEN value IS 68 (26.95% from 255) = 29.57%

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

R = 70%
G = 29.57%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A14401 (or 0xA14401) is known color: Rust. HEX triplet: A1, 44 and 01. RGB value is (161,68,1). Sum of RGB (Red+Green+Blue) = 161+68+1=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A14401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14401 is #5EBBFE. Grayscale: #585858. Windows color (decimal): -6208511 or 83105. OLE color: 83105.

HSL color Cylindrical-coordinate representation of color #A14401: hue angle of 25.12º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A14401 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 68 1 -
CMYK 0 0.58 0.99 0.37
HSL 25.13º 0.99% 0.32% -
HSV(B) 25.13º 0.99% 0.63% -
XYZ 16.77 11.71 1.41 -
YUV 88.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 161 68 1 0 0.58 0.99 0.37 25.13 0.99 0.32
Hex A1 44 1 0 3A 63 25 19 63 20
Octal 241 104 1 0 72 143 45 31 143 40
Binary 10100001 1000100 1 0 111010 1100011 100101 11001 1100011 100000

Color Harmonies of #A14401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14401

Black with #A14401

Text Example


Text Example

White with #A14401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14401; }

 p { color: rgb(161,68,1); }

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

background-color css

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

 a { background-color: rgb(161,68,1); }

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

border-color css

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

 span { border-color: rgb(161,68,1); }

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