Html Css Color HEX #A13707 Rust

📋 copy color: '#A13707'

red 161 ◦ green 55 ◦ blue 7

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

Shades of Rust #A13707

Tints of Rust #A13707

RGB

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

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

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

R = 72.2%
G = 24.66%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A13707 (or 0xA13707) is known color: Rust. HEX triplet: A1, 37 and 07. RGB value is (161,55,7). Sum of RGB (Red+Green+Blue) = 161+55+7=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A13707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13707 is #5EC8F8. Grayscale: #515151. Windows color (decimal): -6211833 or 472993. OLE color: 472993.

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

Color convert

RGB 161 55 7 -
CMYK 0 0.66 0.96 0.37
HSL 18.7º 0.92% 0.33% -
HSV(B) 18.7º 0.96% 0.63% -
XYZ 16.1 10.32 1.35 -
YUV 81.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 161 55 7 0 0.66 0.96 0.37 18.7 0.92 0.33
Hex A1 37 7 0 42 60 25 13 5C 21
Octal 241 67 7 0 102 140 45 23 134 41
Binary 10100001 110111 111 0 1000010 1100000 100101 10011 1011100 100001

Color Harmonies of #A13707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13707

Black with #A13707

Text Example


Text Example

White with #A13707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13707; }

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

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

background-color css

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

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

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

border-color css

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

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

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