Html Css Color HEX #A13411 Rust

📋 copy color: '#A13411'

red 161 ◦ green 52 ◦ blue 17

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

Shades of Rust #A13411

Tints of Rust #A13411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 70%
G = 22.61%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A13411 (or 0xA13411) is known color: Rust. HEX triplet: A1, 34 and 11. RGB value is (161,52,17). Sum of RGB (Red+Green+Blue) = 161+52+17=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A13411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13411 is #5ECBEE. Grayscale: #505050. Windows color (decimal): -6212591 or 1127585. OLE color: 1127585.

HSL color Cylindrical-coordinate representation of color #A13411: hue angle of 14.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A13411 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 17 -
CMYK 0 0.68 0.89 0.37
HSL 14.58º 0.81% 0.35% -
HSV(B) 14.58º 0.89% 0.63% -
XYZ 16.03 10.07 1.63 -
YUV 80.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 161 52 17 0 0.68 0.89 0.37 14.58 0.81 0.35
Hex A1 34 11 0 44 59 25 F 51 23
Octal 241 64 21 0 104 131 45 17 121 43
Binary 10100001 110100 10001 0 1000100 1011001 100101 1111 1010001 100011

Color Harmonies of #A13411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13411

Black with #A13411

Text Example


Text Example

White with #A13411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13411; }

 p { color: rgb(161,52,17); }

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

background-color css

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

 a { background-color: rgb(161,52,17); }

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

border-color css

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

 span { border-color: rgb(161,52,17); }

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