Html Css Color HEX #A13713 Rust

📋 copy color: '#A13713'

red 161 ◦ green 55 ◦ blue 19

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

Shades of Rust #A13713

Tints of Rust #A13713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.09%

R = 68.51%
G = 23.4%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A13713 (or 0xA13713) is known color: Rust. HEX triplet: A1, 37 and 13. RGB value is (161,55,19). Sum of RGB (Red+Green+Blue) = 161+55+19=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A13713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13713 is #5EC8EC. Grayscale: #525252. Windows color (decimal): -6211821 or 1259425. OLE color: 1259425.

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

Color convert

RGB 161 55 19 -
CMYK 0 0.66 0.88 0.37
HSL 15.21º 0.79% 0.35% -
HSV(B) 15.21º 0.88% 0.63% -
XYZ 16.18 10.36 1.76 -
YUV 82.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 161 55 19 0 0.66 0.88 0.37 15.21 0.79 0.35
Hex A1 37 13 0 42 58 25 F 4F 23
Octal 241 67 23 0 102 130 45 17 117 43
Binary 10100001 110111 10011 0 1000010 1011000 100101 1111 1001111 100011

Color Harmonies of #A13713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13713

Black with #A13713

Text Example


Text Example

White with #A13713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13713; }

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

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

background-color css

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

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

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

border-color css

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

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

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