Html Css Color HEX #A14400 Rust

📋 copy color: '#A14400'

red 161 ◦ green 68 ◦ blue 0

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

Shades of Rust #A14400

Tints of Rust #A14400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.31%
G = 29.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A14400 (or 0xA14400) is known color: Rust. HEX triplet: A1, 44 and 00. RGB value is (161,68,0). Sum of RGB (Red+Green+Blue) = 161+68+0=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A14400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14400 is #5EBBFF. Grayscale: #585858. Windows color (decimal): -6208512 or 17569. OLE color: 17569.

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

Color convert

RGB 161 68 0 -
CMYK 0 0.58 1 0.37
HSL 25.34º 1% 0.32% -
HSV(B) 25.34º 1% 0.63% -
XYZ 16.77 11.71 1.38 -
YUV 88.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 161 68 0 0 0.58 1 0.37 25.34 1 0.32
Hex A1 44 0 0 3A 64 25 19 64 20
Octal 241 104 0 0 72 144 45 31 144 40
Binary 10100001 1000100 0 0 111010 1100100 100101 11001 1100100 100000

Color Harmonies of #A14400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14400

Black with #A14400

Text Example


Text Example

White with #A14400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14400; }

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

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

background-color css

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

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

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

border-color css

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

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

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