Html Css Color HEX #A13400 Rust

📋 copy color: '#A13400'

red 161 ◦ green 52 ◦ blue 0

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

Shades of Rust #A13400

Tints of Rust #A13400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.59%
G = 24.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A13400 (or 0xA13400) is known color: Rust. HEX triplet: A1, 34 and 00. RGB value is (161,52,0). Sum of RGB (Red+Green+Blue) = 161+52+0=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A13400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13400 is #5ECBFF. Grayscale: #4E4E4E. Windows color (decimal): -6212608 or 13473. OLE color: 13473.

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

Color convert

RGB 161 52 0 -
CMYK 0 0.68 1 0.37
HSL 19.38º 1% 0.32% -
HSV(B) 19.38º 1% 0.63% -
XYZ 15.93 10.03 1.1 -
YUV 78.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 161 52 0 0 0.68 1 0.37 19.38 1 0.32
Hex A1 34 0 0 44 64 25 13 64 20
Octal 241 64 0 0 104 144 45 23 144 40
Binary 10100001 110100 0 0 1000100 1100100 100101 10011 1100100 100000

Color Harmonies of #A13400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13400

Black with #A13400

Text Example


Text Example

White with #A13400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13400; }

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

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

background-color css

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

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

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

border-color css

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

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

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