Html Css Color HEX #A13101 Rust

📋 copy color: '#A13101'

red 161 ◦ green 49 ◦ blue 1

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

Shades of Rust #A13101

Tints of Rust #A13101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

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

R = 76.3%
G = 23.22%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A13101 (or 0xA13101) is known color: Rust. HEX triplet: A1, 31 and 01. RGB value is (161,49,1). Sum of RGB (Red+Green+Blue) = 161+49+1=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A13101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13101 is #5ECEFE. Grayscale: #4D4D4D. Windows color (decimal): -6213375 or 78241. OLE color: 78241.

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

Color convert

RGB 161 49 1 -
CMYK 0 0.70 0.99 0.37
HSL 18º 0.99% 0.32% -
HSV(B) 18º 0.99% 0.63% -
XYZ 15.8 9.78 1.08 -
YUV 77.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 161 49 1 0 0.70 0.99 0.37 18 0.99 0.32
Hex A1 31 1 0 46 63 25 12 63 20
Octal 241 61 1 0 106 143 45 22 143 40
Binary 10100001 110001 1 0 1000110 1100011 100101 10010 1100011 100000

Color Harmonies of #A13101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13101

Black with #A13101

Text Example


Text Example

White with #A13101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13101; }

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

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

background-color css

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

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

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

border-color css

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

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

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