Html Css Color HEX #A13601 Rust

📋 copy color: '#A13601'

red 161 ◦ green 54 ◦ blue 1

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

Shades of Rust #A13601

Tints of Rust #A13601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 74.54%
G = 25%
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

#A13601 (or 0xA13601) is known color: Rust. HEX triplet: A1, 36 and 01. RGB value is (161,54,1). Sum of RGB (Red+Green+Blue) = 161+54+1=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A13601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13601 is #5EC9FE. Grayscale: #505050. Windows color (decimal): -6212095 or 79521. OLE color: 79521.

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

Color convert

RGB 161 54 1 -
CMYK 0 0.66 0.99 0.37
HSL 19.88º 0.99% 0.32% -
HSV(B) 19.88º 0.99% 0.63% -
XYZ 16.02 10.22 1.16 -
YUV 79.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 161 54 1 0 0.66 0.99 0.37 19.88 0.99 0.32
Hex A1 36 1 0 42 63 25 14 63 20
Octal 241 66 1 0 102 143 45 24 143 40
Binary 10100001 110110 1 0 1000010 1100011 100101 10100 1100011 100000

Color Harmonies of #A13601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13601

Black with #A13601

Text Example


Text Example

White with #A13601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13601; }

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

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

background-color css

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

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

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

border-color css

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

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

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