Html Css Color HEX #A13107 Rust

📋 copy color: '#A13107'

red 161 ◦ green 49 ◦ blue 7

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

Shades of Rust #A13107

Tints of Rust #A13107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.58%

 BLUE value IS 7 (3.13% from 255) = 3.23%

R = 74.19%
G = 22.58%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A13107 (or 0xA13107) is known color: Rust. HEX triplet: A1, 31 and 07. RGB value is (161,49,7). Sum of RGB (Red+Green+Blue) = 161+49+7=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A13107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13107 is #5ECEF8. Grayscale: #4D4D4D. Windows color (decimal): -6213369 or 471457. OLE color: 471457.

HSL color Cylindrical-coordinate representation of color #A13107: hue angle of 16.36º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A13107 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 49 7 -
CMYK 0 0.70 0.96 0.37
HSL 16.36º 0.92% 0.33% -
HSV(B) 16.36º 0.96% 0.63% -
XYZ 15.83 9.79 1.26 -
YUV 77.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 161 49 7 0 0.70 0.96 0.37 16.36 0.92 0.33
Hex A1 31 7 0 46 60 25 10 5C 21
Octal 241 61 7 0 106 140 45 20 134 41
Binary 10100001 110001 111 0 1000110 1100000 100101 10000 1011100 100001

Color Harmonies of #A13107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13107

Black with #A13107

Text Example


Text Example

White with #A13107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13107; }

 p { color: rgb(161,49,7); }

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

background-color css

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

 a { background-color: rgb(161,49,7); }

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

border-color css

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

 span { border-color: rgb(161,49,7); }

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