Html Css Color HEX #A13701 Rust

📋 copy color: '#A13701'

red 161 ◦ green 55 ◦ blue 1

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

Shades of Rust #A13701

Tints of Rust #A13701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

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

R = 74.19%
G = 25.35%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A13701 (or 0xA13701) is known color: Rust. HEX triplet: A1, 37 and 01. RGB value is (161,55,1). Sum of RGB (Red+Green+Blue) = 161+55+1=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A13701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13701 is #5EC8FE. Grayscale: #505050. Windows color (decimal): -6211839 or 79777. OLE color: 79777.

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

Color convert

RGB 161 55 1 -
CMYK 0 0.66 0.99 0.37
HSL 20.25º 0.99% 0.32% -
HSV(B) 20.25º 0.99% 0.63% -
XYZ 16.07 10.31 1.17 -
YUV 80.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 161 55 1 0 0.66 0.99 0.37 20.25 0.99 0.32
Hex A1 37 1 0 42 63 25 14 63 20
Octal 241 67 1 0 102 143 45 24 143 40
Binary 10100001 110111 1 0 1000010 1100011 100101 10100 1100011 100000

Color Harmonies of #A13701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13701

Black with #A13701

Text Example


Text Example

White with #A13701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13701; }

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

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

background-color css

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

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

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

border-color css

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

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

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