Html Css Color HEX #A14101 Rust

📋 copy color: '#A14101'

red 161 ◦ green 65 ◦ blue 1

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

Shades of Rust #A14101

Tints of Rust #A14101

RGB

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

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

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

R = 70.93%
G = 28.63%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A14101 (or 0xA14101) is known color: Rust. HEX triplet: A1, 41 and 01. RGB value is (161,65,1). Sum of RGB (Red+Green+Blue) = 161+65+1=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A14101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14101 is #5EBEFE. Grayscale: #565656. Windows color (decimal): -6209279 or 82337. OLE color: 82337.

HSL color Cylindrical-coordinate representation of color #A14101: hue angle of 24º 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 #A14101 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 65 1 -
CMYK 0 0.60 0.99 0.37
HSL 24º 0.99% 0.32% -
HSV(B) 24º 0.99% 0.63% -
XYZ 16.59 11.36 1.35 -
YUV 86.41 79.8 181.2 -
System Red Green Blue C M Y K H S L
Decimal 161 65 1 0 0.60 0.99 0.37 24 0.99 0.32
Hex A1 41 1 0 3C 63 25 18 63 20
Octal 241 101 1 0 74 143 45 30 143 40
Binary 10100001 1000001 1 0 111100 1100011 100101 11000 1100011 100000

Color Harmonies of #A14101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14101

Black with #A14101

Text Example


Text Example

White with #A14101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14101; }

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

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

background-color css

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

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

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

border-color css

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

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

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